Aly
Aly

Reputation: 121

Programming 3d Games in Java

Hi I started this summer to learn Java because I was interessted in creating games.I managed to get a firm grasp of Java SE core and now I wana move further in creating some 3D games the only problem is I dont know where to start.

Can you guys recomend me some books that help me understad 3d game development in Java better?

Upvotes: 6

Views: 4309

Answers (3)

ioboi
ioboi

Reputation: 1118

Go to Java Lightweight Game Library

There are some pretty good tutorials using JOGL (Open GL)

Upvotes: 0

Luca Davanzo
Luca Davanzo

Reputation: 21528

You can use OGRE wrapper for java!

http://www.ogre3d.org/tikiwiki/Ogre4j

Upvotes: 0

heldt
heldt

Reputation: 4276

This can be a good place to start

http://jmonkeyengine.com/

Upvotes: 8

Related Questions