immediateUI.zip (136.0 KB)
With the use of ChatGPT my pokey little immediateUI project can now draw color wheels and sliders with the same simplicity as Codea’s native 2D drawing functions.
The syntax for sliders is:
slider(name, x, y, width, min, max, initial, callback, optionalTextColorOverride)
The syntax for the color wheel is:
colorWheel(name, x, y, radius, callback)
Simply call them in your draw function and watch em work!