Files
Vortice.Win32/README.md
2022-09-01 10:41:06 +02:00

30 lines
1.5 KiB
Markdown

# Vortice.Vulkan
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/amerkoleci/Vortice.Vulkan/blob/main/LICENSE)
[![Build status](https://github.com/amerkoleci/Vortice.Vulkan/workflows/Build/badge.svg)](https://github.com/amerkoleci/Vortice.Vulkan/actions)
[![Vulkan](https://img.shields.io/badge/vulkan-1.3.225-brightgreen.svg)](https://www.khronos.org/vulkan/)
[![NuGet](https://img.shields.io/nuget/v/Vortice.Vulkan.svg)](https://www.nuget.org/packages/Vortice.Vulkan)
**Vortice.Vulkan** is a .NET Standard 2.0 and .NET 6.0 low-level bindings for [Vulkan](https://www.khronos.org/vulkan/), [VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator), [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) and [shaderc](https://github.com/google/shaderc).
## Sponsors
To further help development of these bindings library or other projects, please consider [SPONSOR](https://github.com/sponsors/amerkoleci) my profile in order to allow faster issue triaging and new features to be implemented.
## Credits
Vortice.Vulkan development, contributions and bugfixes by:
- Amer Koleci
Ideas and generator part is based on [vk](https://github.com/mellinoe/vk)
Other similar projects:
- [vk](https://github.com/mellinoe/vk)
- [VulkanCore](https://github.com/discosultan/VulkanCore)
- [Silk.NET](https://github.com/dotnet/Silk.NET)
Projects using Vortice.Vulkan:
- [Stride Game Engine (formerly Xenko)](https://stride3d.net/)