Diff beween Irrlicht .NET port and .NET CP?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Cardinal4
Posts: 97
Joined: Sun Jun 11, 2006 1:20 am
Location: SG
Contact:

Diff beween Irrlicht .NET port and .NET CP?

Post by Cardinal4 »

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.
Solver
Posts: 6
Joined: Tue Nov 21, 2006 6:30 pm

Post by Solver »

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.
Locked