https://github.com/facticiusvir/sharpvk
C# Bindings for the Vulkan API & SPIR-V
https://github.com/facticiusvir/sharpvk
c-sharp dotnet-standard spir-v vulkan
Last synced: 6 months ago
JSON representation
C# Bindings for the Vulkan API & SPIR-V
- Host: GitHub
- URL: https://github.com/facticiusvir/sharpvk
- Owner: FacticiusVir
- License: mit
- Created: 2016-03-13T09:36:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:53:02.000Z (almost 3 years ago)
- Last Synced: 2024-05-29T08:10:33.398Z (over 1 year ago)
- Topics: c-sharp, dotnet-standard, spir-v, vulkan
- Language: C#
- Homepage:
- Size: 11 MB
- Stars: 146
- Watchers: 16
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharpVk
C#/.NET Bindings for the Vulkan API & SPIR-VLatest NuGet Release: [](https://www.nuget.org/packages/SharpVk)
Current NuGet Pre-Release: [](https://www.nuget.org/packages/SharpVk)
## [Shanq](https://github.com/FacticiusVir/SharpVk/tree/master/SharpVk/SharpVk.Shanq)
Linq to SPIR-V shader generation - early alpha now availableLatest NuGet Release: [](https://www.nuget.org/packages/SharpVk.Shanq)
Current NuGet Pre-Release: [](https://www.nuget.org/packages/SharpVk.Shanq)
## [Glfw](https://github.com/FacticiusVir/SharpVk/tree/master/SharpVk/SharpVk.Glfw)
Partial bindings for Glfw3 library; currently enough to run samples, but lots & lots of gaps.Latest NuGet Release: [](https://www.nuget.org/packages/SharpVk.Glfw)
Current NuGet Pre-Release: [](https://www.nuget.org/packages/SharpVk.Glfw)
## Samples
Sample code is now maintained in a separate repo: https://github.com/FacticiusVir/SharpVk-Samples## Contributors
* [Kaktusbot](https://github.com/Kaktusbot)
* [realvictorprm](https://github.com/realvictorprm)
* [sebastianulm](https://github.com/sebastianulm)