irrlichtlime
irrlichtlime copied to clipboard
irrlicht 1.8 and .NET 7
Hi
Would it be possible to port your fantastic library so it supports latest irrlicht 1.8 and also .NET 7?
Thx
Hi, I've been using this project with .NET 6/7 for some time now, you need to switch IrrlichtLime's Common Language Runtime Support to .NET Core Runtime Support (/clr:netcore). It's in Configuration Properties > Advanced > C++/CLI Properties. You can then create .NET 7 examples and try it out.
I don't find Configuration Properties in Visual Studio
See also https://github.com/greenya/irrlichtlime/issues/4#