glutcreatewindow Questions
4
Solved
I'm trying to create a window with glut in python and have the following code:
glutInit()
glutInitWindowSize(windowWidth, windowHeight)
glutInitWindowPosition(int(centreX - windowWidth/2), int(c...
Verena asked 23/11, 2014 at 19:4
1
© 2022 - 2024 — McMap. All rights reserved.