real-time games in Java?

Started by
0 comments, last by spodacus 20 years, 9 months ago
hey all, what would be the best way, if any, of creating real-time simulations in Java? how about Java3d or an OPENGL toolkit of some sort? Thanks, Wali
Advertisement
Try LWJGL or JOGL. They''re both Java bindings to OpenGL. The advantage of LWJGL is that it doesn''t rely on AWT or Swing, both of which are generally frowned upon by game programmers. That’s what I’m currently learning. I haven’t tried JOGL yet.

LWJGL:
http://java-game-lib.sourceforge.net

JOGL:
http://jogl.dev.java.net/

This topic is closed to new replies.

Advertisement