diff --git a/README.md b/README.md index 6ff1a95..d3e36bb 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,20 @@ -# Vortice.Vulkan +# Vortice.Win32 -[![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) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/amerkoleci/Vortice.Win32/blob/main/LICENSE) +[![Build status](https://github.com/amerkoleci/Vortice.Win32/workflows/Build/badge.svg)](https://github.com/amerkoleci/Vortice.Win32/actions) +[![NuGet](https://img.shields.io/nuget/v/Vortice.Win32.svg)](https://www.nuget.org/packages/Vortice.Win32) -**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). +**Vortice.Win32** is a .NET Standard 2.0 and .NET 6.0 low-level bindings for Win32, generation is based on json files from [win32json](https://github.com/marlersoft/win32json) ## 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: +Vortice.Win32 development, contributions and bugfixes by: - Amer Koleci -Ideas and generator part is based on [vk](https://github.com/mellinoe/vk) -Other similar projects: +Lot of ideas and code is based on [terrafx.interop.windows](https://github.com/terrafx/terrafx.interop.windows) -- [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/)