Java3D Tutorials?
I've decided to attempt to learn Java3D. I have a book which a lot of people seem to recommend, "Killer Game Programming in Java". The problem is the book starts off a bit too advanced and I was wondering if anyone knew a good place to get tutorials. I have already finished the tutorials on java3d.org.
Java3D, while a mature API, is no longer supported by Sun/Oracle. Here is a link, but the forums it references were pulled down years ago.
http://stackoverflow...ure-for-java-3d
People started using JOGL with OpenGL when this happend, and that would be the route I would use to learn more about 3D graphics and Java. These are the most popular engines:
http://www.lwjgl.org/
http://jmonkeyengine.com/
Here is information about JOGL:
http://jogamp.org/jogl/www/
For tutorials:
http://nehe.gamedev.net/
At the bottom of each of the legacy tutorials is an JOGL port, which is a great place to get started!
http://stackoverflow...ure-for-java-3d
People started using JOGL with OpenGL when this happend, and that would be the route I would use to learn more about 3D graphics and Java. These are the most popular engines:
http://www.lwjgl.org/
http://jmonkeyengine.com/
Here is information about JOGL:
http://jogamp.org/jogl/www/
For tutorials:
http://nehe.gamedev.net/
At the bottom of each of the legacy tutorials is an JOGL port, which is a great place to get started!
I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming
My Twitter: https://twitter.com/indieprogram
My Book: http://amzn.com/1305076532
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement