gantz_egui 0.2.0

UI traits and widgets that make up the GUI for gantz, an environment for creative systems.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! A submodule providing implementations for core and std gantz nodes.

mod apply;
mod bang;
mod expr;
mod graph;
mod identity;
mod inlet;
mod log;
mod number;
mod ops;
mod outlet;