How should I do 3D games through Java on a mac?

Posted by Steven Rogers on Game Development See other posts from Game Development or by Steven Rogers
Published on 2011-11-10T00:41:32Z Indexed on 2011/11/11 18:29 UTC
Read the original article Hit count: 332

Filed under:
|
|

I have been self-teaching myself Java on the mac mostly because the language is cross-platform. Recently, I have been only able to develop 2D games using the Graphics2D class. Now, I want to learn how to make 3D games in Java. I used to model and animate stuff in 3D, so my knowledge of 3-Dimensional stuff is okay.

I have spent the last 3 hours using google to look up ways of making 3D games in java. Apparently the best one to use is OpenGL, so i looked up a tutorial on it and i cannot find a tutorial that shows how to (if there is a way) install JOGL on the Mac platform.

Should i continue to use Java?

How can i make 3D games using Java?

What is the best way to make 3D games on a mac?

© Game Development or respective owner

Related posts about opengl

Related posts about java