I’ve just complete the source for the next space invaders tutorial. The JNLP is here:
http://www.cokeandcode.com/spaceinvaders102/si102.jnlp
the source code for those interested can be found here:
http://www.cokeandcode.com/spaceinvaders102/spaceinvaders102.zip
There should be very little difference in the demo to the original version. I’ve not got the ability at the moment to test on Linux and MacOS, so any problems let me know.
The tutorial is going to cover:
a) Seperating rendering from logic
b) Refactoring and using package (aimed at C++ folks who seem to be afraid of using namespaces ;))
c) OpenGL initialisation (JOGL)
d) Using OpenGL for 2D games
e) Discussion of abstracting Java2D/OpenGL, the benefits of rendering with OpenGL
f) Anything else that comes to mind as its written
Kev