Gaming Engines
A Game Engine is the core software component of a video game. It typically handles rendering and other necessary technology, but might also handle additional tasks such as game AI, collision detection between game objects, etc. The most common element that a game engine provides is graphics rendering facilities (2D or 3D).
From : en.wikipedia.org/wiki/Game_engine
CryptEngine
CryptEngine is a fast 3D engine for Java available as Open Source and is distributed under Mozilla Public License.
It is based on OpenGL and provides components and objects allowing the description and rendering of 3D scenes. Unlike several other 3D engines, CryptEngine focuses on Rapid Application Development.It enables you to create and render complex 3D scenes without having to learn OpenGL.
CryptEngine comes with a large collection of demos, demonstrating the many features and providing you with valueable design techniques and tricks. Not only does CryptEngine provide 3D graphics functionality, but game design will be easy with the 3D support, sound system, scripting and networking.
Loading .....