Are there any similar libraries to egui except it is retained graphics?

⚓ rust    📅 2025-05-26    👤 surdeus    👁️ 4      

surdeus

Warning

This post was published 34 days ago. The information described in this article may have changed.

So 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:
    image

4 posts - 3 participants

Read full topic

🏷️ rust_feed