Update README.md

This commit is contained in:
Amer Koleci
2023-11-15 09:26:25 +01:00
committed by GitHub
parent 9ea28d4664
commit 9c485db26e

View File

@@ -6,6 +6,8 @@
**Vortice.Win32** is a **.NET 7.0** and **.NET 8.0** low-level bindings for Win32, generation is based on json files from [win32json](https://github.com/marlersoft/win32json), follows naming conventions of Vortice.Windows but small GC allocation and using unsafe struct for COM objects.
**NOTE** Starting from 15/11/2023 this project is archived, I suggest to use [Silk.NET](https://github.com/dotnet/Silk.NET)
## 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.
@@ -15,6 +17,5 @@ Vortice.Win32 development, contributions and bugfixes by:
- Amer Koleci
Lot of ideas and code is based on [terrafx.interop.windows](https://github.com/terrafx/terrafx.interop.windows)