I saw two versions of irrlicht for C#, and i was wondering if they are the same thing.
One was right here on this site called Irrlicht.NET, the other was http://irrlichtnetcp.sourceforge.net called Irrlicht.NET CP.
I'm eager to try using Irrlicht in C#, but i really don't know which version to use in case one of them falls out of use or becomes out-of-date. Can anyone advise me on this matter? Thanks in advance.
Diff beween Irrlicht .NET port and .NET CP?
The Irrlicht.NET CP is a wrapper. The default Irrlicht.NET is quite incomplete, a bunch of classes and functions are not implemented. So there is some stuff that you can not do in Irrlicht.NET by default - its particularly annoying if you want to create an Irrlicht interface. The .NET CP is a wrapper, you just download it and use that, it will give you access to everything, and it also changes some names and other stuff to be in .NET style.