KrabCode / LazyGui

GUI library for Processing in which you only mention control elements in draw() at the places you need them.
https://krabcode.github.io/LazyGui/
MIT License
83 stars 4 forks source link

show y pos tutorial on cell size change #300

Open KrabCode opened 6 months ago

KrabCode commented 6 months ago

we can now detect that a value has changed from its original default

respond to this value change by showing a new text control that explains you probably also want to adjust the y offset

the text control will persist after the change

KrabCode commented 6 months ago

this is the kind of responsive tutorial we need to make things easier for newcomers