Anyone know of any good 3D C# engines? Ogre isn't officially in C#, but some people tried to port it under the name Axiom:
http://axiomengine.sourceforge.net/wiki/index.php/Basic_Tutorial_1 (http://axiomengine.sourceforge.net/wiki/index.php/Basic_Tutorial_1)
Ideas?
I thought there's an official .NET version of OGRE. O_o
EDIT: Ah, crap. ._.
Quote from: Wiki.NET language bindings to Ogre
OgreDotNet (http://www.ogre3d.org/wiki/index.php/OgreDotNet) provides a binding to the Ogre libraries from .NET, but does not actually port anything. This interface is generated using SWIG. The same approach is now being used to generate bindings for other languages such as Java and Python.
I wanted to use C# + OGRE for LexEn. ._.
Maybe MOGRE (http://www.ogre3d.org/wiki/index.php/MOGRE) is worth a try?