How to write OpenGL ES on RenderMonkey? [closed]
what are the steps to download an OpenGL emulator on Rende开发者_运维知识库rmonkey ?
Rendermonkey is an IDE for writing and testing your shaders, but if you want to write an OpenGL ES application you have to choose the programming language which you gonna use and the IDE which you are comfortable with.
As for the emulators and setting up everything, I believe this OpenGLES programming Guide book samples wiki will help you out:
http://code.google.com/p/opengles-book-samples/wiki/Instructions
Just follow the instructions ;)
精彩评论