thecountoftuscany / PyTeapot-Quaternion-Euler-cube-rotation

Visualization of IMU orientation from quaternion or Euler angles with a rotating cube
GNU General Public License v3.0
144 stars 42 forks source link

unable to initialize #5

Closed 0xEDED93 closed 3 years ago

0xEDED93 commented 4 years ago

besides, configuring serial quaternion mode, does anything else need to be done to initialize the application? I have also installed PyOpenGL and pygame. When i run the app a white window comes up, it never gets to draw the real application

thecountoftuscany commented 3 years ago

PyOpenGL, pygame and PySerial (if receiving orientation data over serial) are the only requirements. Are you using any virtual environments (eg using venv or conda)? Are there any error messages in the terminal? Any tracebacks?

Also see if this issue is relevant.

thecountoftuscany commented 3 years ago

Closing this for now as it's been more than a year since it was opened. But feel free to reopen if someone is still having this issue.

DoubleF3lix commented 2 years ago

I am having this issue. No errors, tracebacks, and all of the requirements are installed. The window immediately just doesn't respond.

thecountoftuscany commented 2 years ago

Hi @DoubleF3lix, have you checked the linked issue in this comment?

DoubleF3lix commented 2 years ago

Pip says that it couldn't find a package with the name of "freeglut3" (windows 10)

thecountoftuscany commented 2 years ago

That is not a python package. Please install either OpenGL, GLUT or FreeGLUT for your OS from their website.

RafigRzayev commented 2 years ago

Can someone share what did you to make it to run on windows?

thecountoftuscany commented 2 years ago

Linking to https://github.com/thecountoftuscany/PyTeapot-Quaternion-Euler-cube-rotation/issues/11#issuecomment-1196272222 for instructions to make the program work on Windows.