RayGUI_cs is a complementary GUI library for the C# wrapper of the graphic library Raylib.
To use the library, you need to grab one of the NuGet package releases from the official NuGet Gallery by simply running the following command :
dotnet add package RayGUI-cs
or by adding it manually through the Visual Studio 2022 packet manager.
You can now use the library's functions and classes inside of your Raylib project and enjoy a great GUI.
If you have any requests, consider contacting me at [email protected]