egui_ui_refresh

Crates.ioegui_ui_refresh
lib.rsegui_ui_refresh
version0.1.0
sourcesrc
created_at2023-10-21 14:28:25.778736
updated_at2023-10-21 14:28:25.778736
descriptionAims to beautify egui by replacing fonts and tweaking the default style
homepage
repositoryhttps://github.com/Gui-Yom/egui_ui_refresh
max_upload_size
id1010060
size1,399,220
(Gui-Yom)

documentation

README

egui_ui_refresh

Changes the default egui fonts, provides new text primitives and tweaks the general style.

New fonts :

  • Inter
  • Jetbrains Mono

[!IMPORTANT] Using egui_ui_refresh will remove all icons. Use something like egui_phosphor to add icons back.

This project is very much in development. Not much has changed from the base style.

Usage

egui_ctx.set_fonts(egui_ui_refresh::fonts());
egui_ctx.set_style(egui_ui_refresh::style());
Commit count: 3

cargo fmt