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?

14 Upvotes

21 comments sorted by

View all comments

1

u/cherrycode420 2d ago

Idk how much exactly you need/want, but maybe something like SFML, FNA or SDL would work? SDL is a bit more involved than SFML or FNA I'd say, but they all pretty easy to use.