#egui #imgui #portable

egui_extras

Extra functionality and widgets for the egui GUI library

26 releases (14 breaking)

0.31.1 Mar 5, 2025
0.30.0 Dec 16, 2024
0.29.1 Oct 1, 2024
0.28.1 Jul 5, 2024
0.17.0 Feb 22, 2022

#283 in GUI

Download history 14179/week @ 2024-12-23 18425/week @ 2024-12-30 32776/week @ 2025-01-06 31591/week @ 2025-01-13 28386/week @ 2025-01-20 28745/week @ 2025-01-27 33989/week @ 2025-02-03 113719/week @ 2025-02-10 112677/week @ 2025-02-17 136333/week @ 2025-02-24 157685/week @ 2025-03-03 160320/week @ 2025-03-10 128554/week @ 2025-03-17 129866/week @ 2025-03-24 117676/week @ 2025-03-31 106795/week @ 2025-04-07

491,404 downloads per month
Used in 212 crates (144 directly)

MIT/Apache

1.5MB
32K SLoC

This is a crate that adds some features on top top of egui.

This crate are for experimental features, and features that require big dependencies that does not belong in egui.

Feature flags


egui_extras

Latest version Documentation unsafe forbidden MIT Apache

This is a crate that adds some features on top top of egui. This crate is for experimental features, and features that require big dependencies that do not belong in egui.

Images

One thing egui_extras is commonly used for is to install image loaders for egui:

egui_extras = { version = "*", features = ["all_loaders"] }
image = { version = "0.25", features = ["jpeg", "png"] } # Add the types you want support for
egui_extras::install_image_loaders(egui_ctx);

Dependencies

~4–14MB
~181K SLoC