IrishBruse / RaylibSharp

.NET 8 Aot compatible safe Raylib Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Raylib Sharp

Raylib sharp is a safe partially autogenerated binding to raylib

Features

  • XML documentation for intellisense

Wasm Support

Run using these commands

dotnet publish
dotnet serve --directory "./bin/Debug/net8.0/browser-wasm/AppBundle/" -p 42069

Icon Support

RaylibSharp supports a very simple way of adding icons to the application

Add an EmbeddedResource to use a custom Icon, if none is specified the default RaylibSharp Icon is used

<ItemGroup>
    <EmbeddedResource Include="./Icon.png" />
</ItemGroup>

Examples

Examples generated from raylib git version 70286c7cdc6d972c63704ad957c18065f6a44cfe

References

About

.NET 8 Aot compatible safe Raylib Bindings


Languages

Language:C# 98.8%Language:HTML 0.7%Language:JavaScript 0.3%Language:Batchfile 0.2%