The GUI
The GUI is created using the ofxGui
addon. Its basic classes are the following (see Chapter 3, Adding a GUI and Handling Keyboard Events, for details):
Class name with an example of an object definition |
Description |
---|---|
|
This is a GUI panel, which can contain GUI controls, such as sliders, checkboxes, buttons, and also groups of GUI controls. |
|
This is a group of GUI controls. |
|
This is a slider with integer values. |
|
This is a slider with float values. |
|
This is a slider with two float values. |
|
This is a checkbox. |
|
This is a color selector. |