bitcraftlab / p5.gui

p5.gui magically generates a graphical user interface for your p5.js sketches
https://bitcraftlab.github.io/p5.gui
MIT License
354 stars 91 forks source link

Expose toggle visibility #4

Closed johnniehard closed 7 years ago

craftoid commented 7 years ago

Hey @iamlukesky and @phillchill, I am merging this now 👍

Trying not to stay too close to the naming suggested by quicksettings, since I am still planning to provide support for other GUI libraries. Plus I want to keep the function names as short as possible. I was thinking about just naming it toggle?

On the other hand quicksettings has toggleVisibility and toggleCollapsed, which might also be nice-to-have at some point...