3 releases (breaking)

0.3.0 Feb 7, 2025
0.2.0 Dec 19, 2024
0.1.0 Oct 2, 2024

#372 in GUI

Download history 130/week @ 2024-12-11 201/week @ 2024-12-18 48/week @ 2024-12-25 132/week @ 2025-01-01 72/week @ 2025-01-08 49/week @ 2025-01-15 39/week @ 2025-01-22 50/week @ 2025-01-29 264/week @ 2025-02-05 124/week @ 2025-02-12 71/week @ 2025-02-19 190/week @ 2025-02-26 87/week @ 2025-03-05 106/week @ 2025-03-12 70/week @ 2025-03-19 54/week @ 2025-03-26

362 downloads per month
Used in 4 crates (3 directly)

MIT license

1MB
3.5K SLoC

egui_material_icons

egui_ver Latest version Documentation unsafe forbidden License

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–9.5MB
~90K SLoC