Crate hello_egui

Crate hello_egui 

Source
Expand description

§Hello Egui!

This project contains a collection of egui tools I’ve created during development of the native app for https://hellopaint.io (still unreleased, stay tuned!).

The crates have varying levels of maturity, some are ready for use in production while others are highly experimental. If you’re interested in using one of the experimental crates, open an issue, and I’ll try to release it on crates.io.

Join the hello_egui channel on the egui discord for questions and discussions.

§Example app

An example using most of the crates is available here. Source code in fancy-example.

§hello_egui, this crate

A collection of reexports for the other crates, if you want to use all or most of them. You can toggle individual features to only include the crates you need. By default, all crates are included. Only includes crates that have been released on crates.io.

§Mature Crates

§Experimental Crates

Re-exports§

pub use egui_animation as animation;
pub use egui_dnd as dnd;
pub use egui_flex as flex;
pub use egui_form as form;
pub use egui_inbox as inbox;
pub use egui_infinite_scroll as infinite_scroll;
pub use egui_material_icons as material_icons;
pub use egui_pull_to_refresh as pull_to_refresh;
pub use egui_router as router;
pub use egui_suspense as suspense;
pub use egui_thumbhash as thumbhash;
pub use egui_virtual_list as virtual_list;