FacticiusVir / SharpVk

C# Bindings for the Vulkan API & SPIR-V
MIT License
147 stars 18 forks source link

PCL support #28

Closed amerkoleci closed 6 years ago

amerkoleci commented 7 years ago

Hi, is possible to add support for Portable class library support, similar to Mono VulkanSharp, otherwise I wont be able to compile it under Android.

FacticiusVir commented 7 years ago

Sure, will sort a project definition this evening.

FacticiusVir commented 7 years ago

Looks like I need some more target definitions installed on my laptop to test this properly, and as I'm in a cottage by Loch Ness at the moment I don't quite have the bandwidth to download them :-D Will get back to it over the weekend - did you need the NuGet package updating, or just the repo?

amerkoleci commented 7 years ago

Don't worry take your time, I dont need any version soon :)

FacticiusVir commented 7 years ago

The main SharpVk library is now a PCL which should have the right target platforms for Xamarin. Let me know if it works for you!

Kaktusbot commented 7 years ago

Maybe a stupid question but why not NET Standard?

FacticiusVir commented 7 years ago

The core libraries are currently being rewritten for Standard, either 1.4 or 1.6.

FacticiusVir commented 6 years ago

The .Net Standard 2.0 release is now published, including cross-platform support for Mono & Android.