egui
egui copied to clipboard
📁 Soothing pastel theme for egui
Scaling
On my PC (2560x1440) the scaling is great. On Macbook Air (retina display) and Ubuntu on Thinkpad (2440x1920?) the fonts and check boxes are all far too small. To fix,...
I'm using bevy along with bevy_egui and the git version of Catppuccin egui. When catpuccin themes are applied, floating windows have a large shadow applied to them. ### Using `set_theme`...
Using eframe_template as a basis. Add ```catppuccin-egui = { version = "5.2", default-features = false, features = ["egui28"] }``` to cargo.toml. ``` 2024-08-14T01:26:07.450462Z ERROR Flycheck failed to run the following...
I updated cargo.toml to: ``` [dev-dependencies] eframe = "0.28" [features] default = ["egui28"] ``` This required the addition of an Ok() in todo.rs line 11 ``` Ok(Box::new(app)))) ```
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from eframe's releases. 0.28.1 - Tooltip tweaks egui is an easy-to-use immediate mode GUI for Rust that...
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. Release notes Sourced from eframe's releases. 0.29.0 - Multipass, UiBuilder, & visual improvements egui is an easy-to-use immediate mode GUI...
Just updating the versions in the README to make it easier to copy and paste.