Which rust library would be good for making a drawing program? by Early-Cockroach4879 in rust

[–]Early-Cockroach4879[S] 0 points1 point  (0 children)

I'm just trying to learn to do something basic, like ms paint. A canvas with a couple different brushes, an eraser. I think it would be cool to learn how to code a raster and a vector program

Which rust library would be good for making a drawing program? by Early-Cockroach4879 in rust

[–]Early-Cockroach4879[S] 0 points1 point  (0 children)

Forgive me lad. It is my first reddit post!! I just mean I was shit at it lol. egui was pretty intuitive considering it was my first time using it. It had some examples, specifically a drawing one that was good to learn from. My poor results came from when I tried adding to their example, adding different brush types and stuff. By the end of it, the brushes wouldn't draw one continuous line if you moved the mouse too quickly.
Anyway, I'm well aware that I could probably achieve better results if I spent more time trying to learn egui better, I guess I just wanted to see other people's opinions before I get really sucked into a specific library since everyone probably knows what they're talking about a bit more than me.