23 releases (12 breaking)

0.29.1 Oct 1, 2024
0.28.1 Jul 5, 2024
0.27.1 Mar 29, 2024
0.24.2 Dec 8, 2023
0.17.0 Feb 22, 2022

#152 in GUI

Download history 22049/week @ 2024-08-23 20082/week @ 2024-08-30 19447/week @ 2024-09-06 15288/week @ 2024-09-13 17438/week @ 2024-09-20 23094/week @ 2024-09-27 23851/week @ 2024-10-04 30448/week @ 2024-10-11 27136/week @ 2024-10-18 31703/week @ 2024-10-25 33848/week @ 2024-11-01 33542/week @ 2024-11-08 35741/week @ 2024-11-15 35387/week @ 2024-11-22 36041/week @ 2024-11-29 30467/week @ 2024-12-06

143,597 downloads per month
Used in 178 crates (124 directly)

MIT/Apache

1.5MB
31K SLoC

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);

lib.rs:

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

Dependencies

~3–14MB
~179K SLoC