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

Improvement in addObject method + example #11

Closed gregberger closed 5 years ago

gregberger commented 6 years ago

Bugfix + improvements in usage of objects. Also added an example

gregberger commented 6 years ago

I fixed a bug in addObject() method, added an example and updated the README file. I also added a regex test in order not to create the sliders that were shown when the object keys were used to set Min, Max and Step values.

kabrio commented 5 years ago

why is this not being merged?