7 releases (4 breaking)

0.19.0 Jan 17, 2024
0.5.0 Dec 17, 2021
0.4.0 Jul 14, 2021
0.3.1 May 15, 2021
0.1.0 May 12, 2021

#969 in GUI

Download history 92/week @ 2023-12-22 49/week @ 2023-12-29 137/week @ 2024-01-05 131/week @ 2024-01-12 104/week @ 2024-01-19 123/week @ 2024-01-26 39/week @ 2024-02-02 137/week @ 2024-02-09 168/week @ 2024-02-16 154/week @ 2024-02-23 129/week @ 2024-03-01 231/week @ 2024-03-08 160/week @ 2024-03-15 184/week @ 2024-03-22 217/week @ 2024-03-29 163/week @ 2024-04-05

765 downloads per month
Used in 2 crates

MIT/Apache

1MB
411 lines

nannou_egui Crates.io docs.rs

egui integration for nannou. Useful for throwing together quick UIs for nannou apps, sketches and other experiments.

For inspiration on how to expose UI widgets, please see the egui repo and its plethora of examples. There are sliders, color pickers, checkboxes, drop-down-lists and many more widgets to play with.

For information on how to integrate it to your nannou creations, see the repo examples.

To run the circle packing example: cargo run --example circle_packing:

To run the color tune example: cargo run --example tune_color:

Dependencies

~31–69MB
~1M SLoC