A long time ago I made a button tool called SimpleButtons that was cool in some ways but not coded very well overall.
ChatGPT o3-mini-high helped me make a simpler version that’s better coded: immediateModeUI.
The goal is to make available a button function that doesn’t need to instantiate objects, and that works just like ellipse, rect, and line, in that you call it right in your draw() function just like those, and it requires no extra set-up just like those, and it uses the current style settings just like those.
Not good for everything, but good for simple things.
ImmediateModeUI.zip (99.1 KB)