|
> Well - I can't get this to work under linux&firefox (just get an download > window), but I'm interested in this OpenGL rendering. > Because the current renderingcode from pgb we're using in AEPgb (a java GBC > emulator) is really slow ;) > > Any good links and documentation regarding this rendering stuff?
Here are some pointers: * http://www.lwjgl.org : The used binding library for openGL, openAL and input * http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi : A good forum for java game programming with a board for LWJGL * http://www.opengl.org : The openGL homepage (get the complete openGL programming docs there) * http://nehe.gamedev.net : OpenGL tutorials with java versions as well
|