Author Topic: Game Engines in Java  (Read 2755 times)

0 Members and 1 Guest are viewing this topic.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Game Engines in Java
« 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...
I am Bach.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Game Engines in Java
« Reply #1 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.

Some people need a high five in the face... with a chair.
~EC

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Game Engines in Java
« Reply #2 on: March 06, 2013, 03:15:29 pm »
Thanks! I need to start developing...
I am Bach.

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Game Engines in Java
« Reply #3 on: March 06, 2013, 04:54:47 pm »
Don't forget Greenfoot.
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Game Engines in Java
« Reply #4 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.