A .NET Wrapper for Raylib (v 5.5), generated with the HexaGen code generator. HexaGen allows users to access native libraries easily and with high performance.
$ dotnet add package Hexa.NET.RaylibHexa.NET.Raylib is a minimal C# wrapper for the Raylib library, providing a thin, 1:1 binding to Raylib's C functions. This wrapper is designed for developers who need direct access to the Raylib library's functionality from C#, without added complexity or overhead.
You can install Hexa.NET.Raylib via NuGet:
dotnet add package Hexa.NET.Raylib
Alternatively, you can visit the NuGet package page and follow the instructions there.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
Hexa.NET.Raylib is licensed under the MIT License. See the LICENSE file for more information.