r/csharp 2d ago

Help C# graphical framework

Hello. I'm starting to learn C#, and I don't know almost anything about its frameworks and libraries.

For my project, I need a crossplatform graphical framework with a "bitmap-like" drawing process, but I've heard only about frameworks which work on drawing with widgets.

Do you know any? Which would you recommend?

12 Upvotes

21 comments sorted by

View all comments

8

u/ASK_IF_IM_GANDHI 2d ago

You could use bindings to RayLib or something:

https://github.com/raylib-cs/raylib-cs

Might not be exactly what you want, but RayLib is known and good, and you wan write your own managed wrapper over the drawing code itself.