开发者

Compiling OpenGL ES C code using gcc and Cygwin

开发者 https://www.devze.com 2023-01-23 21:49 出处:网络
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 gl

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 开发者_如何学GoI'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.

0

精彩评论

暂无评论...
验证码 换一张
取 消