I’ve installed Cygwin with gcc, opengl, glut.
I can compile and run simple OpenGL/GLUT sample code (e.g. NeHe lessons), however I need to compile and run OpenGL ES (1.1) code (to use, for example glOrthof).
Attempts obviously fail as the opengl packages I’ve installed via Cygwin don’t provide OpenGL ES functionality.
Can I do this with my existing setup, or do I need to use MinGW?
Recent Mesa3D documentation suggests it might work.
There’s also Vincent.