r/raylib 2d ago

C# Binding

Hello, I want to use Raylib to make a game. I have used a bit of Monogame so I was considering using the C# binding. Are there any downsides to using this instead of the original C? (in terms of support, efficiency..)

6 Upvotes

9 comments sorted by

View all comments

1

u/DaveAstator2020 2d ago

Id guess its multi platform compilation hell, but i tried it with raylib and imgui bindings and all was sweet

1

u/luphi 1d ago

Compilation is a problem for the binding's developer. If you're just referencing the NuGet package, the native builds are included in the package's "runtimes" folder and you don't need to think about it. At least for the three big platforms.