eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

make third state, "collapsed" #252

Closed eeeeaaii closed 2 years ago

eeeeaaii commented 2 years ago

I.E. normal mode, exploded mode, and collapsed mode

eeeeaaii commented 2 years ago

when you instantiate a template with ^ the init method should be inside a collapsed container I think

eeeeaaii commented 2 years ago

collapsed means you can still see it, but you can't see the contents, like a collapsed folder. only applies to containers.

eeeeaaii commented 2 years ago

Rather than making this a third render mode I think this should be a separate boolean variable. Here's why: a collapsed node should render differently depending on whether it's normal mode or exploded mode.