views:

66

answers:

1

Recently I've been getting into Minecraft, which is a 3D game made in Java. I've made a few 2D java games, without any external libraries or IDE's or anything.

What I'm looking for, is just some libraries. Not anything with a GUI, just libraries. Rendering *.obj files would be nice, antialiasing not a requirement.

+3  A: 

Have you looked at the Lightweight Java Game Library yet? It sounds like what you're looking for.

Ryan Berger
Awesome, thanks! This actually look like it was what was used to make minecraft!
TheAdamGaskins