This site requires JavaScript, please enable it in your browser!
Greenfoot back
Drew
Drew wrote ...

2012/7/14

Expanding my horizons

Drew Drew

2012/7/14

#
Greenfoot is great and everything, but I'm looking to move on to the 3D worlds. Is there any software that would allow me to program scenarios like in greenfoot, but in 3D? Freeware is preferred, but I am willing to pay also(minimum restrictions preferred also.)
Builderboy2005 Builderboy2005

2012/7/14

#
You should do some research on the LWJGL (light weight java game library). It gives Java the power of OpenGL, which is a hardware accelerated graphics library. It can be a bit complicated, but if you are up to the task it can be very worth it! Just think, Minecraft was built using Java and the LWJGL :D
Drew Drew

2012/7/14

#
Thanks, I've actually been digging into the Minecraft source code recently, so I end up choking on nostalgia.
MatheMagician MatheMagician

2012/7/14

#
JMonkey is also a good way to go. In my opinion, it is an excellent next IDE after Greenfoot. I also believe that it is compatible with android (several people have used it to create paid apps). It is also free. I myself am actually working on an Eden spinoff of it (Eden is a spinoff of Minecraft that works on android).
MatheMagician MatheMagician

2012/7/14

#
"on it", not "of it"
You need to login to post a reply.