GLUT multiple Windows and OpenGL context
- by user3511595
I would like to use GLUT 3.7 Window Toolkit in a program written in php because i saw that there was a binding in php. I am interesting in having multiple windows !
In order to have a clean code, i was wondering to separate on the one hand the window toolkit and on the other hand the OpenGL implementation.
I hope that i can program event with the…