Magic Library in .NET

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
internetking
Posts: 4
Joined: Tue Dec 26, 2006 9:59 pm

Magic Library in .NET

Post by internetking »

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.

Thank you.
3ddev
Posts: 169
Joined: Tue Sep 19, 2006 6:51 am
Contact:

Post by 3ddev »

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. :wink:
internetking
Posts: 4
Joined: Tue Dec 26, 2006 9:59 pm

Post by internetking »

I know a little c++ and I believe I can write the wrapper but I just don't know where to start from.

Can you give me a head start?

For example a very small class and how to create a wrapper for it.

Thank you.
Locked