Ogre3D and Irrlicht only for C++?

Started by
3 comments, last by NotSlyPee 17 years ago
Hi, it's a simple yes or no question, but i didn't found an answer in their websites so I'm asking here: Can i use Ogre3D or Irrlicht engines in C# or other programming language?
Advertisement
Irrlicht has a .NET port. So YES.
“Always programm as if the person who will be maintaining your program is a violent psychopath that knows where you live”
OGRE also has a .NET library so yes.

http://www.ogre3d.org/wiki/index.php/OgreDotNet

http://irrlicht.sourceforge.net/docu.net/index.html
Axiom is a port of Ogre to C# as well, I'm not sure how maintained it is these days. Similarly there is an OgreDotNet (or was back in 1.0), which is a managed binding for the C++ version of Ogre so that you can use it in C# and other .net languages.
Thanks guys. :)

This topic is closed to new replies.

Advertisement