Raylib-cs.BleedingEdge 5.6.2-dev.188

This is a prerelease version of Raylib-cs.BleedingEdge.
dotnet add package Raylib-cs.BleedingEdge --version 5.6.2-dev.188
                    
NuGet\Install-Package Raylib-cs.BleedingEdge -Version 5.6.2-dev.188
                    
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="Raylib-cs.BleedingEdge" Version="5.6.2-dev.188" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Raylib-cs.BleedingEdge" Version="5.6.2-dev.188" />
                    
Directory.Packages.props
<PackageReference Include="Raylib-cs.BleedingEdge" />
                    
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 Raylib-cs.BleedingEdge --version 5.6.2-dev.188
                    
#r "nuget: Raylib-cs.BleedingEdge, 5.6.2-dev.188"
                    
#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 Raylib-cs.BleedingEdge@5.6.2-dev.188
                    
#: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=Raylib-cs.BleedingEdge&version=5.6.2-dev.188&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Raylib-cs.BleedingEdge&version=5.6.2-dev.188&prerelease
                    
Install as a Cake Tool

<img align="left" width="160" height="160" src="https://raw.githubusercontent.com/danilwhale/Raylib-cs.BleedingEdge/main/Assets/Logo-256.png" alt="Logo">

Raylib-cs.BleedingEdge

Bleeding-edge C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com)

Discord NuGet Downloads GitHub License GitHub Repo stars GitHub commit activity GitHub Actions Workflow Status


Raylib-cs.BleedingEdge targets .NET 8+ and binds raylib's master branch

there are WIP examples. you can reference raylib-cs or raylib for missing examples

installation

$ dotnet add package Raylib-cs.BleedingEdge --prerelease
$ dotnet add package Raylib-cs.BleedingEdge.Runtimes --prerelease

if you need...

  • ... just runtimes: install Raylib-cs.BleedingEdge.Runtimes.

  • ... custom native build: uninstall Raylib-cs.BleedingEdge.Runtimes and add CompileNatives.props to your project and import it (add <Import Project="CompileNatives.props"/>). You also need to clone raylib repo and specify path to it in the CustomNatives.props (by default it's ../raylib)

  • ... to compile a static library: add <CompileShared>false</CompileShared> to your project's PropertyGroup. Note that you need custom native build setup for this (read above).

  • ... prebuilt static library: you can get it from GitHub Actions. if you don't have a GitHub account, use nightly.link

"hello, world!"

using Raylib_cs.BleedingEdge;
using static Raylib_cs.BleedingEdge.Raylib;

const int screenWidth = 800;
const int screenHeight = 450;

InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window");

while (!WindowShouldClose())
{
    BeginDrawing();
    ClearBackground(Color.RayWhite);
    
    DrawText("Congrats! You created your first window!", 190, 200, 20, Color.LightGray);
    
    EndDrawing();
}

CloseWindow();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Raylib-cs.BleedingEdge:

Package Downloads
Vigilance

2D Game Engine

Raylib-cs.BleedingEdge.Shared

C# binding for raylib, a simple and easy-to-use library to learn videogames programming

Raylib-cs.BleedingEdge.Static

C# binding for raylib, a simple and easy-to-use library to learn videogames programming

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.6.2-dev.188 168 7/26/2025
5.6.2-dev.186 359 7/21/2025
5.6.2-dev.185 19 7/19/2025
5.6.2-dev.184 110 7/15/2025
5.6.2-dev.183 105 7/15/2025
5.6.2-dev.182 108 7/14/2025
5.6.2-dev.181 113 7/9/2025
5.6.2-dev.180 112 7/2/2025
5.6.2-dev.179 68 6/27/2025
5.6.2-dev.178 124 6/23/2025
5.6.2-dev.177 43 6/21/2025
5.6.2-dev.176 117 6/17/2025
5.6.2-dev.175 116 6/17/2025
5.6.2-dev.174 119 6/2/2025
5.6.2-dev.173 80 5/31/2025
5.6.2-dev.172 118 5/28/2025
5.6.2-dev.171 117 5/19/2025
5.6.2-dev.170 146 5/16/2025
5.6.2-dev.168 158 5/16/2025
5.6.2-dev.167 193 5/12/2025
5.6.2-dev.166 99 5/9/2025
5.6.2-dev.165 125 5/5/2025
5.6.2-dev.162 115 4/27/2025
5.6.2-dev.61 116 4/27/2025
5.6.2-dev.60 74 2/25/2025
5.6.2-dev.59 70 2/23/2025
5.6.2-dev.58 69 2/21/2025
5.6.2-dev.57 75 2/20/2025
5.6.2-dev.56 70 2/14/2025
5.6.2-dev.55 76 2/13/2025
5.6.2-dev.54 75 2/1/2025
5.6.2-dev.53 69 1/31/2025
5.6.2-dev.52 79 1/28/2025
5.6.2-dev.51 66 1/28/2025
5.6.2-dev.45 63 1/27/2025
5.6.2-dev.44 66 1/25/2025
5.6.2-dev.43 62 1/24/2025
5.6.2-dev.42 65 1/22/2025
5.6.2-dev.41 62 1/19/2025
5.6.2-dev.40 60 1/16/2025
5.6.2-dev.39 59 1/16/2025
5.6.2-dev.38 59 1/13/2025
5.6.2-dev.37 69 1/10/2025
5.6.2-dev.36 44 1/9/2025
5.6.2-dev.35 53 1/8/2025
5.6.2-dev.34 97 1/3/2025
5.6.2-dev.33 85 12/31/2024
5.6.2-dev.32 73 12/26/2024
5.6.2-dev.31 76 12/24/2024
5.6.2-dev.30 75 12/23/2024
5.6.2-dev.29 70 12/21/2024
5.6.2-dev.28 68 12/21/2024
5.6.2-dev.27 72 12/20/2024
5.6.2-dev.26 69 12/18/2024
5.6.2-dev.25 66 12/18/2024
5.6.2-dev.24 84 12/8/2024
5.6.2-dev.23 66 12/8/2024
5.6.2-dev.22 80 12/5/2024
5.6.2-dev.21 70 12/3/2024
5.6.2-dev.20 63 12/2/2024
5.6.2-dev.19 77 11/29/2024
5.6.2-dev.18 82 11/22/2024
5.5.2-dev.17 74 11/20/2024
5.5.2-dev.16 70 11/20/2024
5.5.1-dev-9 73 11/4/2024
5.5.1-dev-8 68 10/29/2024
5.5.1-dev-7 72 10/28/2024
5.5.1-dev-6 65 10/25/2024
5.5.1-dev-5 62 10/24/2024
5.5.1-dev-4 61 10/24/2024
5.5.1-dev-3 67 10/24/2024
5.5.1-dev-14 61 11/20/2024
5.5.1-dev-13 66 11/20/2024
5.5.1-dev-12 59 11/18/2024
5.5.1-dev-11 64 11/18/2024
5.5.1-dev-10 60 11/18/2024
5.5.1-dev.15 65 11/20/2024
5.5.0-dev-94 68 10/23/2024
5.5.0-dev-92 67 10/23/2024
5.5.0-dev-87 71 10/23/2024
5.5.0-dev-86 58 10/22/2024
5.5.0-dev-85 62 10/22/2024
5.5.0-dev-84 56 10/22/2024
5.5.0-dev-83 99 10/18/2024
5.5.0-dev-82 54 10/17/2024
5.5.0-dev-81 74 10/16/2024
5.5.0-dev-80 66 10/16/2024
5.5.0-dev-79 73 10/16/2024
5.5.0-dev-77 68 10/15/2024
5.5.0-dev-76 68 10/15/2024
5.5.0-dev-75 69 10/15/2024
5.5.0-dev-74 65 10/15/2024
5.5.0-dev-72 68 10/15/2024
5.5.0-dev-68 67 10/15/2024
5.5.0-dev-67 77 10/10/2024
5.5.0-dev-66 69 10/9/2024
5.5.0-dev-65 75 10/4/2024
5.5.0-dev-63 69 10/2/2024
5.5.0-dev-62 76 10/1/2024
5.5.0-dev-61 70 9/28/2024
5.5.0-dev-60 71 9/27/2024
5.5.0-dev-59 77 9/23/2024
5.5.0-dev-58 75 9/22/2024
5.5.0-dev-57 65 9/20/2024
5.5.0-dev-55 92 9/16/2024
5.5.0-dev-54 73 9/16/2024
5.5.0-dev-53 70 9/16/2024
5.5.0-dev-52 77 9/15/2024
5.5.0-dev-51 77 9/13/2024
5.5.0-dev-50 80 8/29/2024
5.5.0-dev-49 70 8/27/2024
5.5.0-dev-47 67 8/27/2024
5.5.0-dev-102 68 10/24/2024