Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: pimathbrainiac on March 06, 2013, 03:07:40 pm

Title: Game Engines in Java
Post by: pimathbrainiac on March 06, 2013, 03:07:40 pm
Hey, are there any good/easy to use Java game engines out there other than JMonkey out there?

I don't want to use JMonkey because it requires jdk 6, and I have jdk 7, and I don't want to downgrade...
Title: Re: Game Engines in Java
Post by: ElementCoder on March 06, 2013, 03:12:58 pm
Well you can use both. I have 6 and 7 installed.
For 2D I use Slick2D. Besided JMonkey I don't know any other good 3D engines. You should use LWJGL, which is what Slick and JME are based on.
Title: Re: Game Engines in Java
Post by: pimathbrainiac on March 06, 2013, 03:15:29 pm
Thanks! I need to start developing...
Title: Re: Game Engines in Java
Post by: blue_bear_94 on March 06, 2013, 04:54:47 pm
Don't forget Greenfoot (http://www.greenfoot.org/door).
Title: Re: Game Engines in Java
Post by: DJ Omnimaga on March 09, 2013, 10:51:06 pm
Yeah Greenfoot can be kinda nice sometimes. Builderboy actually uses it for Java games. I think there can be some lag though.