Windell Oskay
Windell Oskay
Add simple-use cases as a "processing library for WaterColorBot," using the existing WCB control functions within wcbcontrol.pde.
Possible alternative: Detect when brush is low on paint, and indicate to user-- blink paint pan?
Possible workaround: In Ubuntu I just created a symlink to a fake port with the following incantation sudo ln -s /dev/ttyACM0 /dev/ttySA0 And though processing complains a little, it doesn't...
Several improvements made by @ShelMi http://forum.evilmadscientist.com/discussion/comment/2206#Comment_2206
See http://forum.evilmadscientist.com/discussion/673#Item_2
Likely a viewbox or unit scaling issue. Template at 11x8 inches works well. Others do not, and give improper initial scaling.
Currently, layer name is used only to manage which color will be painted. It could also be used to control give per-layer control over water dipping while in Watercolor style...
Currently, the "PAINT" height is used both for getting paint and painting on the paper.