imnodes-rs
These are bindings for imnodes using cimnodes for imgui-rs.
They are inspsired by implot-rs.
docs
cargo doc --no-deps --open
TODO/ Ideas
- add example with salsa or some other incremental computation lib
- IO
- all Mouse/ Modifier helpers
nice to have:
- use Serde to make it possible to declare graphs and render them
- load and save as well using imnode_* functions
- add comments to everything
- figure out good descriptions of coordinate systems
- review types in unsafe code
- especially -> &mut sys::Style
Example (see imnodes-wgpu-examples/src/hello_world.rs
)
use ;
use ;