node_tree 0.15.0

An extendable scene graph made up of autonomous execution services known as nodes organized in a tree of processes. Inspired by Godot!
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod node;
pub mod node_getter;
pub mod node_tree;
pub mod instanceable;
pub mod registered;
pub mod exportable;
pub mod element;

#[cfg(feature = "glam")]
pub mod glam_exportables;