Quantcast
Channel: pyOpenGL won't work - Stack Overflow
Browsing latest articles
Browse All 2 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 latest articles
Browse All 2 View Live