GUI library, buttons, sliders and knob

Hello, this time I want to contribute with a set of classes that I have programmed using processing.

  • button
  • roundButton
  • toogleButton
  • slider and selector

To work with them you must first indicate the position, width, height, color, text color, text when it is false, text when it is true

use show () method inside draw () to show control

use the getValue () method to know the current value of the control

2 Likes