3 releases (breaking)
new 0.3.0 | Feb 7, 2025 |
---|---|
0.2.0 | Dec 19, 2024 |
0.1.0 | Oct 2, 2024 |
#383 in GUI
218 downloads per month
Used in 3 crates
(2 directly)
1MB
3.5K
SLoC
egui_material_icons
Provides material icons (now material symbols) for egui.
example:
// register the fonts:
egui_material_icons::initialize(&cc.egui_ctx);
// later in some ui:
ui.button(egui_material_icons::icons::ICON_ADD);
Currently, this provides the rounded icons, I could also add a feature to enable different variants. If you need this just open an issue.
Dependencies
~4.5–9MB
~87K SLoC