All Questions
1 question
0
votes
1
answer
2k
views
Texturing a PyOpenGL 3D Cube with PySDL2
So, I've just started learning OpenGL with PySDL2, and I've created a class that will create a cube to the window that I've created with PySDL2. What I'd like to do now, is to figure out a way to ...