Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soapcyst opened this issue May 12, 2023 · 0 comments
Open

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

soapcyst opened this issue May 12, 2023 · 0 comments

Comments

@soapcyst
Copy link

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

  • ellipse 1
    • ellipse 2
      • line 1
    • polygon 1
    • etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant