This is the first and unfortunately probably the last version of a Thyme powered "painting program" I had planned to make. It's supposed to work a lot like ms paint.
It is all mouse controlled except ENTER is click, not the left mouse button (this is so the "clicking" doesn't conflict with the simulation controls).
Click a pixel on the screen to make it the current color.
Click one of the colors on the bar at the top of the screen to change your current color.
Clicking on the darkened drawing options on the left does not do anything. Only plain pixel drawing is in this version.
Holding right-shift is like holding the mouse down. You can draw continuous lines if you go slow enough.
I know boxes would have made much better but I used tracers because the have about 20 fewer variables than boxes and even circles.
This was just sort of a test of Thyme. As you can see I meant to add a bunch of features and I believe I could if Thyme was more sophisticated. I did make functions for horizontal line and fill but the line took about 3 seconds to draw and fill froze Algodoo for a couple of minutes!
No simple for loop over only 1024 iterations should take that long.
I had problems having two drawing features at once so this is just plain pixel drawing.
This can only work in Algodoo because the eval function is used which is not present in Phun. If array elements could be assigned alone this would be easier and probably much more efficient, but alas...
Anyway, enjoy!