Skip to content

Files

Latest commit

1d04e50 · May 15, 2022

History

History
This branch is 55 commits behind nannou-org/nannou:master.

nannou_egui

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: