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
Very good, guys! Good work! I am really liked of this lib.
.NET on Linux - Compatible with Mono?
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.
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.