A fast, Cross-platform Raylib C# Wrapper.
156
stars
276
commits
C#
primary language
May 20, 2026
updated
Raylib-CSharp is a fully managed binding over Raylib-5.5.
Discover the powerful features of our ✨new✨ Render Framework, Bliss.
Bliss is a modern rendering solution supporting:
Unlock advanced rendering capabilities with Bliss today!
dotnet add package Raylib-CSharp --version 5.0.0
- Clone this repository.
- Add
Raylib-CSharp.csprojas a reference to your project.- Ensure that you integrate the
CMake.propsfile into your project setup to facilitate the building process for the .dlls.
OpenGL-4.3OpenGL-4.3OpenGL-3.3Raylib-cs| Raylib-cs | Raylib-CSharp |
|---|---|
One Binding Class (Raylib.cs). | Managed Classes like Window, Music.... |
Uses DllImport and makes using pointers required in some cases. | Uses LibraryImport and using pointers is optional. |
Using one Namespace. | Using multiple Namespaces! |
| .NET 5.0, 6.0 / C# 10 | .NET 8.0 / C# 12 |
| Released 2018-07 | Released 2024-05 |
| License ZLib | License MIT |
| Raylib 5.0 | Raylib 5.5 |
This library is available under the MIT license.
C#
100.0%
A fast, Cross-platform Raylib C# Wrapper.
156
stars
276
commits
C#
primary language
May 20, 2026
updated
Raylib-CSharp is a fully managed binding over Raylib-5.5.
Discover the powerful features of our ✨new✨ Render Framework, Bliss.
Bliss is a modern rendering solution supporting:
Unlock advanced rendering capabilities with Bliss today!
dotnet add package Raylib-CSharp --version 5.0.0
- Clone this repository.
- Add
Raylib-CSharp.csprojas a reference to your project.- Ensure that you integrate the
CMake.propsfile into your project setup to facilitate the building process for the .dlls.
OpenGL-4.3OpenGL-4.3OpenGL-3.3Raylib-cs| Raylib-cs | Raylib-CSharp |
|---|---|
One Binding Class (Raylib.cs). | Managed Classes like Window, Music.... |
Uses DllImport and makes using pointers required in some cases. | Uses LibraryImport and using pointers is optional. |
Using one Namespace. | Using multiple Namespaces! |
| .NET 5.0, 6.0 / C# 10 | .NET 8.0 / C# 12 |
| Released 2018-07 | Released 2024-05 |
| License ZLib | License MIT |
| Raylib 5.0 | Raylib 5.5 |
This library is available under the MIT license.
C#
100.0%