Env3D is an innovative 3D engine that makes it fun and easy to create 3D video games while learning Object Oriented Programming.

Join the env3d google group to keep up to date with the latest development.

What can Env3D do in real life? Check out the following applications:

Some of the unique features of Env3D includes...

  • Tight integration with the BlueJ IDE - visualize 3D objects within minutes of learning Java.
  • Easy to use - users only need to import one class to create 3D video games. No need to deal with complicated data structures.
  • Powerful - While the interface is simple, the Env3D environment is highly customizable. Users can import 3D objects and animations using the obj format.
  • Proven to work - students prefer to learn programming with video games.
  • Easy applet creation - Using the BlueJ IDE, students can package up their projects into a web ready applet with a click of a button.

Like Env3D? Drop me a line and let me know.

To get started, download the blank template project. Then visit the "Learn" section of this website.

Visit the env3d sourceforge page to access the subversion repository.

Some videos of games from my students

Env3D wishes to thank the following open source projects.

  • Lightweight Java Gaming Library - The grand daddy project for Java gaming. Provides the opengl interface, as well as input processing and applet creation. Without this project, 3D gaming on Java would not be possible.
  • jMonkey Engine - The 3D engine that Env3D uses for many of its advanced 3D features. Wonderful implementation of a scene graph based 3D engine and has features that can rival commerical engines.
  • http://www.paulscode.com - Env3D uses the SoundSystem from paulscode. Great library, easy to work with and has lots of options.