BulletSharpPInvoke
BulletSharpPInvoke copied to clipboard
.NET Standard / Core Support
Any desire to add a new configuration of the project, building for .NET Standard? I'd like to try out BulletSharp in a .NET Core project, but I see it doesn't support it yet. I'd be happy to help with the code / testing.
I added the BulletSharp.DotNetCore solution. Last time I tried this was with .NET Core 1.1, which was missing some APIs, but looks like 2.0 compiles. I haven't tested it yet, so if you try it, let me know how it goes.
@AndresTraks Awesome, that was fast!
I may try to convert one of your demo projects as a quick-ish test for .NET Core. I wonder if any particular one would be a good start?
Probably BasicDemo, it's just a stack of boxes.
@AndresTraks Have you any plans to add .NET Core 2.0 support for demos?
I currently have no plans to update the demos for .NET Core. It's not a high priority compared to other stuff. But I accept contributions if they are decent quality. :)
The demos would have to support some stable .NET Core library for DirectX on Windows (SharpDX should work) and for OpenGL on Linux (I don't know what the status is with OpenTK).
@mellinoe maybe we should port samples and support this one on .net core