atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Switch GUI framework to druid #111

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

eframe has a lot to offer us, in particular much more mature text shaping and window management options.

This would allow us to create better user popus, improved styling, and expanded windowing solutions (ie: a completely separate settings window).

atlanticaccent commented 2 years ago

Requires research into how egui handles events and async tasks

atlanticaccent commented 2 years ago

Changing target framework to druid, due to the difficulty/insufficiency of egui

atlanticaccent commented 2 years ago

Closed by 0.6.0