Quantcast
Channel: pyOpenGL won't work - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Schore for pyOpenGL won't work

DOUBLEBUF is defined in pygame, so you have to write:pygame.DOUBLEBUFYou could also change your import to:from pygame import *

View Article



pyOpenGL won't work

i want to make a 3d rotating cube using pygame and pyopengl after watching a tutorial on Youtube but i keep getting an error. i installed opengl using my terminal.here is the codefrom OpenGL.GL import...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images