19 releases (10 breaking)

0.27.2 Apr 2, 2024
0.27.1 Mar 29, 2024
0.26.2 Feb 14, 2024
0.24.2 Dec 8, 2023
0.17.0 Feb 22, 2022

#353 in GUI

Download history 4399/week @ 2023-12-23 6394/week @ 2023-12-30 9920/week @ 2024-01-06 10437/week @ 2024-01-13 10497/week @ 2024-01-20 9419/week @ 2024-01-27 10639/week @ 2024-02-03 11047/week @ 2024-02-10 10624/week @ 2024-02-17 10869/week @ 2024-02-24 10854/week @ 2024-03-02 11315/week @ 2024-03-09 10813/week @ 2024-03-16 12207/week @ 2024-03-23 12036/week @ 2024-03-30 9517/week @ 2024-04-06

46,025 downloads per month
Used in 109 crates (72 directly)

MIT/Apache

1.5MB
28K 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.24", 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

~4–17MB
~146K SLoC