We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › Java 3D or Processing ( 3D game )
Page Index Toggle Pages: 1
Java 3D or Processing ( 3D game ) (Read 6400 times)
Java 3D or Processing ( 3D game )
Nov 2nd, 2007, 5:11am
 
I am trying to create a 3D game in Java, should I go for Java 3D like :

http://java.sun.com/products/java-media/3D/

http://en.wikipedia.org/wiki/JOGL

or i should stick with Processing?

there are many source code example on how to do 3D game using java 3D like:

http://fivedots.coe.psu.ac.th/~ad/jg/

http://sourceforge.net/projects/java3dgamesdk/

but i found zero 3D game source code example using Processing.

Is using Java 3D API a better approach in creating 3D game?

Or is there commercial quality 3D game engine in Processing?
Re: Java 3D or Processing ( 3D game )
Reply #1 - Nov 2nd, 2007, 10:04am
 
Processing can use JOGL. However there are no engines already built for doing 3D games in processing.

I'm writing a 3D game, but there's no generic engine to use, so it's all stuff I've written myself.
Re: Java 3D or Processing ( 3D game )
Reply #2 - Nov 2nd, 2007, 10:27pm
 
Yes, I see Processing doesn't come with any game engine library.

For rapid 3D game development in Java, is there any recommended game engine out there?

I think Processing is not suitable for rapid 3D game development.
Re: Java 3D or Processing ( 3D game )
Reply #3 - Nov 5th, 2007, 4:38am
 
Ever been to gamasutra.com?

Anyway.. you can also check out Valve's Source Engine development. It might not be as "rapid" as you might like but it is certainly modular and great for developing 3D games.
Re: Java 3D or Processing ( 3D game )
Reply #4 - Nov 5th, 2007, 7:35am
 
If you want a serious 3D game library in Java, try http://jmonkeyengine.com/ . It has all the bells and whistles, but it is nowhere near as easy to use as Processing.

If you are willing to code in c/c++, I would recommend http://www.ogre3d.org/ .
Re: Java 3D or Processing ( 3D game )
Reply #5 - Nov 21st, 2009, 11:38am
 
You can try using JavaG

javag (dot) org
Page Index Toggle Pages: 1