nannou_egui 0.19.0

egui integration for nannou
Documentation

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: