Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Standard / Core Support #38

Open
mellinoe opened this issue Jan 7, 2018 · 6 comments
Open

.NET Standard / Core Support #38

mellinoe opened this issue Jan 7, 2018 · 6 comments

Comments

@mellinoe
Copy link

mellinoe commented Jan 7, 2018

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.

@AndresTraks
Copy link
Owner

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.

@mellinoe
Copy link
Author

mellinoe commented Jan 7, 2018

@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?

@AndresTraks
Copy link
Owner

Probably BasicDemo, it's just a stack of boxes.

@Krakean
Copy link

Krakean commented Jan 31, 2018

@AndresTraks
Have you any plans to add .NET Core 2.0 support for demos?

@AndresTraks
Copy link
Owner

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).

@amerkoleci
Copy link

@mellinoe maybe we should port samples and support this one on .net core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants