RayGUI-cs 2.0.5

dotnet add package RayGUI-cs --version 2.0.5
                    
NuGet\Install-Package RayGUI-cs -Version 2.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RayGUI-cs" Version="2.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RayGUI-cs" Version="2.0.5" />
                    
Directory.Packages.props
<PackageReference Include="RayGUI-cs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RayGUI-cs --version 2.0.5
                    
#r "nuget: RayGUI-cs, 2.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RayGUI-cs@2.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RayGUI-cs&version=2.0.5
                    
Install as a Cake Addin
#tool nuget:?package=RayGUI-cs&version=2.0.5
                    
Install as a Cake Tool

RayGUI_cs

RayGUI_cs is a complementary GUI library for the C# wrapper of the graphic library Raylib.

Installation

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.

Contact

If you have any requests, consider contacting me at comtesseevan@gmail.com

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.5 548 4/14/2025
2.0.4.1 255 4/8/2025
2.0.4 200 4/1/2025
2.0.3.1 260 3/10/2025
2.0.3 229 3/10/2025
2.0.2.1 217 3/10/2025
2.0.2 256 3/6/2025
2.0.1 255 3/3/2025
2.0.0 218 3/3/2025