4 releases (breaking)

0.4.0 Apr 2, 2024
0.3.0 Feb 7, 2024
0.2.0 Jan 21, 2024
0.1.0 Nov 1, 2023

#171 in Graphics APIs

Download history 5/week @ 2024-01-20 1/week @ 2024-02-03 10/week @ 2024-02-17 34/week @ 2024-02-24 5/week @ 2024-03-02 2/week @ 2024-03-09 99/week @ 2024-03-30 18/week @ 2024-04-06 1/week @ 2024-04-13

118 downloads per month

MIT license

74KB
723 lines

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.

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

  • egui_animation

    • Animation utilities for egui
    • Experimental, released on crates.io, used internally by egui_dnd
  • egui_taffy

    • Adds flexbox layout to egui using taffy
    • Highly experimental, unreleased
  • egui_webview

    • WebView widget for egui, based on wry
    • Experimental, unreleased
    • Warning: Currently uses some unsafe to get around Send / Sync limitations, so it probably has some safety issues.
  • hello_egui_utils

    • Collection of utilities used by the other crates

Dependencies

~0–8MB
~54K SLoC