Crate gantz_egui

Crate gantz_egui 

Source

Modules§

widget
A collection of useful widgets for gantz.

Structs§

NodeCtx
A wrapper around a node’s path and the VM providing easy access to the node’s state.

Enums§

Cmd
Commands that can be emitted by nodes that are processed after the GUI pass is complete.

Traits§

NodeUi
A trait providing an egui Ui implementation for gantz nodes.