.NET on Linux - Compatible with Mono?

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
Dayell
Posts: 1
Joined: Tue Jan 17, 2006 9:54 pm
Contact:

.NET on Linux - Compatible with Mono?

Post by Dayell »

Hi guys,

I want to know if this API works with Mono on others Operational Systems?

If not is currently working and this API is using a P/Invoke way to use the .dll then has an easy way to make it to work with .net using Mono on others plataforms. To do this is, you only need to compile a shared library in linux (example) and then use the .config of the mono to indicate to the runtime the correct library to load.

And other thing, I had started to develop a library in pure .net to make some things that your lib is doing, and I am static with the all features that this lib has, so I won't go write my lib at now, I will use yours heheheeh :P

Very good, guys! Good work! I am really liked of this lib.
Foole
Posts: 87
Joined: Mon Aug 29, 2005 10:08 am

Post by Foole »

This has been answered a few times before...

Irrlicht.NET does not work with mono because it uses managed C++ which is not supported by mono.

The two options for getting it working are to use a glue (C->C++) library or to rewrite the whole engine in a .NET language.

See here for more info on development of a pure .NET version.
Locked