SharpVk-Samples icon indicating copy to clipboard operation
SharpVk-Samples copied to clipboard

Sample SharpVk applications using Vulkan API in C#

Results 5 SharpVk-Samples issues
Sort by recently updated
recently updated
newest added

Hello I am quite inexperienced at this. Any chance anyone has gotten this to work on macosx? I get the following error when building, after adding sharpvk.glfw och sharpvk.shanq via...

I've tested SharpVK on linux, to have it working (debian 10): 1. change 'glfw3' to 'glfw' for library name, under debian, lib has the version suffixes out of the scope...

It's just a suggestion, maybe it's worth to reference other repository which use SharpVK. In this case it's one of mine, it's the Triangle example in F# (instead of C#)....

Will there be an example how to draw text in C#? Like [SaschaWillems´s textoverlay](https://github.com/SaschaWillems/Vulkan/tree/master/textoverlay) for C++ Thanks in advance for your answer.

Current sample projects use WinForms as the Surface host, which makes them dependent on Windows; [GLFW](https://github.com/glfw/glfw) is a cross-platform window library with explicit support for Vulkan Surfaces.