nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.05k stars 307 forks source link

any way to organize primitives into a parent/child structure? #919

Open sev7ves opened 1 year ago

sev7ves commented 1 year ago

I've been using nannou for a project where i need to create a ton of different primitives and putting them together. currently I'm using structs to organize the shapes together but it's getting annoying to deal with. is there anyway to organize multiple different shapes into a parent/child node structure? e.g