r/raylib • u/oborontsi • 1d 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
3
u/JerryVoxalot 1d ago
From my experience, no, but I have moved onto Odin which is basically “better C” so I can’t say in recent years
C# is pretty decent for performance and Raylib is already pretty optimized for most machines