Chaos Project

Game Development => General Discussion => Topic started by: winkio on December 02, 2009, 09:22:29 am

Title: 3D engine in C#
Post by: winkio on December 02, 2009, 09:22:29 am
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?
Title: Re: 3D engine in C#
Post by: Blizzard on December 02, 2009, 09:26:17 am
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?