| Crates.io | egui_ui_refresh |
| lib.rs | egui_ui_refresh |
| version | 0.1.0 |
| created_at | 2023-10-21 14:28:25.778736+00 |
| updated_at | 2023-10-21 14:28:25.778736+00 |
| description | Aims to beautify egui by replacing fonts and tweaking the default style |
| homepage | |
| repository | https://github.com/Gui-Yom/egui_ui_refresh |
| max_upload_size | |
| id | 1010060 |
| size | 1,399,220 |
Changes the default egui fonts, provides new text primitives and tweaks the general style.
New fonts :
[!IMPORTANT] Using
egui_ui_refreshwill remove all icons. Use something likeegui_phosphorto add icons back.
This project is very much in development. Not much has changed from the base style.
egui_ctx.set_fonts(egui_ui_refresh::fonts());
egui_ctx.set_style(egui_ui_refresh::style());