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.
Hi,
I had a look at the magic library. Great stuff and beautiful too. I'm using c# however and I just can't figure out how to use it nor can I find any wrapper. Can someone please help me.
I want to use it for my credit scene and also to play some intro videos. If there are some .net alternative I'll try them out.
There is no .NET version of the Magic Library. Your only choice is to write a wrapper yourself. It shouldn't be too hard. If you don't know about linking C#-C++ together, maybe look at the Irrlicht .NET SDK and see how many of the classes are simply a wrapper for C++ classes.