Here are some gui abstractions for ofelia v3. The toggle and the osc abstraction are modified patches from @Cuinjune (thanks for the help). The slider is my creation, I am sure it can be optimized. Any suggestions?
It only has the jump on click behaviour yet, I did not manage to implement the steady on click behaviour.
The abstractions work with creation arguments.
Toggle: xPos, yPos, size.
Slider: xPos, yPos, width, height, minVal, maxVal.
Osc: xPos, yPos, width, height.
Lis: xPos, yPos, size.
I will try to add some more abstractions in the future. Not as easy as expected, but possible
Would be nice to have a collection of GUI elements for ofelia.
ofelia3_toggle_slider_osc_lis_abstractions.zip
And here is something completly different, a port from the shaderExample from openFrameworks:
ofeliaGlShaderExample.zip