You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tutorials I’ve found are focused on the function glutInit, but I don’t understand how it differs from the function glutInitDisplayMode.I tried downloading glut and freeglut and placed the corresponding files in the site-packages folder, as shown in the picture:
However, this still did not solve the problem.
I am using:
Python 3.8
PyOpenGL-3.1.6
Windows 11
Could you please help me with this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thank you for your repo!
I am currently trying to learn how to use PyOpenGL, and my code is as follows:
The error message is as follows:
I followed some tutorials online and downloaded the related complete packages from the website :
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl.
Unfortunately, this website is now closed.
Currently, the tutorials I’ve found are focused on
the function glutInit
, but I don’t understand how it differs fromthe function glutInitDisplayMode.
I tried downloading glut and freeglut and placed the corresponding files in the site-packages folder, as shown in the picture:However, this still did not solve the problem.
I am using:
Python 3.8
PyOpenGL-3.1.6
Windows 11
Could you please help me with this? Thanks!
The text was updated successfully, but these errors were encountered: