LazyGui
LazyGui copied to clipboard
Feature rich, visually minimalist GUI library for a smooth tinkering experience in Processing 3 or 4.
when setting 3 colors as defaults with ``` gui.gradient("path", gui.colorPoint(color(255,0,0), 0), gui.colorPoint(color(0,255,0), 0.5f), gui.colorPoint(color(0,0,255), 1) ); ``` adding a new color at runtime with the "stops" slider sets its position...
it seems to react in a normalized way instead where a small movement of the mouse in a wide gradient moves the triangle far away
The readme is silent on this cool and likeable option, it should instead show it with picture comparisons
this would avoid the common problem of drawing two things and being confused by not seeing one of them because their color is the same
this can be tricky due to overlaid effects inside a single window, like rectangles and text on top of each other or it would require a major rewrite for each...
hide the gui with "h", have the mouse over a text node and type something this **blocks** normal hotkeys like "h" for showing the gui and instead appends "h" to...
when the user has colorMode(HSB(1,1,1,1)) on the main user canvas, the default color(255) gives him zero alpha in an otherwise normal looking color picker this might be an easily detectable...
the slider values on the right seem too high up what change could have introduced this? I reproduced this on two PCs now, seems like we need to change the...
the inline folder display can display a toggle or a name based on specific names of inner elements as a shorthand for seeing which folder controls what. it would be...
Any plans on making this available in maven central and compatible with processing 4.4 dependency ?