node_engine 0.7.0

Node graph engine for Shader graph or Geometry graph.
Documentation
1
2
3
4
5
6
7
8
pub mod basic;
pub mod channel;

#[cfg(feature = "math_nodes")]
pub mod math;

#[cfg(feature = "shader_nodes")]
pub mod shader;