Axiom Engine

From Wikipedia, the free encyclopedia

Axiom
Developer: Open Source
Use: Game Engine
Website: Project Site


The Axiom Engine is a fully object-oriented 3D graphics engine under development that is being implemented entirely in C# using the managed Microsoft .NET development platform. It serves as an easy to use, flexible, extendable, and powerful engine that provides the graphics used in games and simulations. By building upon .NET Framework as its target platform, it allows developers to focus more on core functionality and logic, rather than dealing with the complexities of languages like C++.

The core of Axiom is a port of the very popular OGRE 3D engine, which was chosen based on its clean object-oriented design, powerful features, and flexibility.

[edit] See also

[edit] External links