Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coming back to Java after a long absence; good Java game dev resources?

Tags:

java

I've just gotten a new job and will be focusing a lot more on Java development. I figure I'll do my business stuff (Web) during the day, and then do a bit of playing after hours (Game Dev).

It's been forever since I've been active in any sort of Java game development community; is there a good central source for such information? Source demos, frameworks, books, that sort of thing?

Thanks! IVR Avenger

like image 848
IVR Avenger Avatar asked Dec 10 '22 19:12

IVR Avenger


1 Answers

You could do worse than investigate the Light Weight Java Games Library (LWJGL).

Also JOGL.

Also FengGUI for 2D interfaces in OpenGL (think a themable Quartz 2D Extreme in Java).

like image 77
JeeBee Avatar answered Dec 22 '22 00:12

JeeBee