Are there any similar libraries to egui except it is retained graphics?
⚓ Rust 📅 2025-05-26 👤 surdeus 👁️ 11So I have made an application in gtk-rs however I am not a huge fan of use of callbacks and syntax wise (e.g. checkboxes cannot directly write to a &mut bool or singleline edit/entry fields cannot write to &mut String), I prefer to use something similar syntax to egui except it is retained.
Are there any libraries that are:
- Written in pure Rust
- Similar to egui syntax but retained
- Uses gtk theme support
- Its a library not a framework as defined by ratatui:
4 posts - 3 participants
🏷️ rust_feed
