the-marenga / sf-scrapbook-helper

Helps you fill the scrapbook in Shakes and Fidget
MIT License
42 stars 3 forks source link

Remake the UI #11

Closed the-marenga closed 8 months ago

the-marenga commented 9 months ago

The UI looks bad and has been shown to cause errors in at least one case before. Switching to another framework like Qt is probably the better choice

the-marenga commented 9 months ago

Turns out QT looks about as bad as egui and is like 60 times more complicated. I might just have to learn how to make egui look less bad I guess

Alleexxi commented 9 months ago

You could take a look at https://iced.rs

the-marenga commented 9 months ago

Thanks for the suggestion! Looks pretty good from what I can see so far, I will give that a try

the-marenga commented 8 months ago

You could take a look at https://iced.rs

That was an amazing suggestion! Thanks again, I really liked working with that. It is much simpler, better looking and has better async support than egui. Really improved this project by a lot