Raylib-cs.BleedingEdge.Runtimes 5.6.2-dev.196

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

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
Vigilance

2D Game Engine

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.6.2-dev.196 0 8/4/2025
5.6.2-dev.195 11 8/2/2025
5.6.2-dev.194 19 8/1/2025
5.6.2-dev.189 87 7/30/2025
5.6.2-dev.188 204 7/26/2025
5.6.2-dev.186 361 7/21/2025
5.6.2-dev.185 16 7/19/2025
5.6.2-dev.184 111 7/15/2025
5.6.2-dev.183 106 7/15/2025
5.6.2-dev.182 107 7/14/2025
5.6.2-dev.181 117 7/9/2025
5.6.2-dev.180 113 7/2/2025
5.6.2-dev.179 69 6/27/2025
5.6.2-dev.178 125 6/23/2025
5.6.2-dev.177 44 6/21/2025
5.6.2-dev.176 117 6/17/2025
5.6.2-dev.175 117 6/17/2025
5.6.2-dev.174 123 6/2/2025
5.6.2-dev.173 81 5/31/2025
5.6.2-dev.172 121 5/28/2025
5.6.2-dev.171 126 5/19/2025
5.6.2-dev.170 144 5/16/2025
5.6.2-dev.168 157 5/16/2025
5.6.2-dev.167 194 5/12/2025
5.6.2-dev.166 105 5/9/2025
5.6.2-dev.165 128 5/5/2025
5.6.2-dev.162 113 4/27/2025
5.6.2-dev.61 113 4/27/2025
5.6.2-dev.60 79 2/25/2025
5.6.2-dev.59 76 2/23/2025
5.6.2-dev.58 68 2/21/2025
5.6.2-dev.57 73 2/20/2025
5.6.2-dev.56 77 2/14/2025
5.6.2-dev.55 77 2/13/2025
5.6.2-dev.54 77 2/1/2025
5.6.2-dev.53 70 1/31/2025
5.6.2-dev.52 72 1/28/2025
5.6.2-dev.51 66 1/28/2025
5.6.2-dev.50 64 1/28/2025
5.6.2-dev.45 72 1/27/2025
5.6.2-dev.44 69 1/25/2025
5.6.2-dev.43 61 1/24/2025
5.6.2-dev.42 63 1/22/2025
5.6.2-dev.41 63 1/19/2025
5.6.2-dev.40 61 1/16/2025
5.6.2-dev.39 55 1/16/2025
5.6.2-dev.38 62 1/13/2025
5.6.2-dev.37 70 1/10/2025
5.6.2-dev.36 45 1/9/2025
5.6.2-dev.35 54 1/8/2025
5.6.2-dev.34 92 1/3/2025
5.6.2-dev.33 86 12/31/2024
5.6.2-dev.32 71 12/26/2024
5.6.2-dev.31 74 12/24/2024
5.6.2-dev.30 71 12/23/2024
5.6.2-dev.29 74 12/21/2024
5.6.2-dev.28 70 12/21/2024
5.6.2-dev.27 80 12/20/2024
5.6.2-dev.26 68 12/18/2024
5.6.2-dev.25 71 12/18/2024
5.6.2-dev.24 89 12/8/2024
5.6.2-dev.23 66 12/8/2024
5.6.2-dev.22 82 12/5/2024
5.6.2-dev.21 73 12/3/2024
5.6.2-dev.20 68 12/2/2024
5.6.2-dev.19 79 11/29/2024
5.6.2-dev.18 84 11/22/2024
5.5.2-dev.17 72 11/20/2024
5.5.2-dev.16 68 11/20/2024
5.5.1-dev-9 78 11/4/2024
5.5.1-dev-8 72 10/29/2024
5.5.1-dev-7 76 10/28/2024
5.5.1-dev-6 71 10/25/2024
5.5.1-dev-5 64 10/24/2024
5.5.1-dev-4 65 10/24/2024
5.5.1-dev-3 68 10/24/2024
5.5.1-dev-14 63 11/20/2024
5.5.1-dev-13 66 11/20/2024
5.5.1-dev-12 63 11/18/2024
5.5.1-dev-11 63 11/18/2024
5.5.1-dev-10 66 11/18/2024
5.5.1-dev.15 66 11/20/2024
5.5.0-dev-94 74 10/23/2024
5.5.0-dev-92 66 10/23/2024
5.5.0-dev-87 71 10/23/2024
5.5.0-dev-86 54 10/22/2024
5.5.0-dev-85 67 10/22/2024
5.5.0-dev-84 60 10/22/2024
5.5.0-dev-83 103 10/18/2024
5.5.0-dev-82 61 10/17/2024
5.5.0-dev-81 75 10/16/2024
5.5.0-dev-80 74 10/16/2024
5.5.0-dev-79 71 10/16/2024
5.5.0-dev-68 67 10/15/2024
5.5.0-dev-67 83 10/10/2024
5.5.0-dev-66 69 10/9/2024
5.5.0-dev-65 69 10/4/2024
5.5.0-dev-63 67 10/2/2024
5.5.0-dev-62 73 10/1/2024
5.5.0-dev-61 72 9/28/2024
5.5.0-dev-60 74 9/27/2024
5.5.0-dev-59 72 9/23/2024
5.5.0-dev-58 74 9/22/2024
5.5.0-dev-57 69 9/20/2024
5.5.0-dev-55 91 9/16/2024
5.5.0-dev-54 76 9/16/2024
5.5.0-dev-53 74 9/16/2024
5.5.0-dev-52 87 9/15/2024
5.5.0-dev-51 80 9/13/2024
5.5.0-dev-50 73 8/29/2024
5.5.0-dev-49 76 8/27/2024
5.5.0-dev-47 70 8/27/2024
5.5.0-dev-102 62 10/24/2024