Editing WaterColorBot Software

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 9: Line 9:
  
 
Briefly, to describe the three interfaces:
 
Briefly, to describe the three interfaces:
 +
* [[RoboPaint]] is automatic painting software, which is usually your best choice when starting from an existing drawing in SVG format.
 +
* [[RoboPaint RT]] is an independent real-time painting application, in which you paint on your computer, and the robot follows along in real time.
 
* The [[Inkscape_and_WaterColorBot|Inkscape extensions for WaterColorBot]] allow you to create and paint artwork with a very fine level of control, either within Inkscape, or by exporting SVG graphics to RoboPaint.
 
* The [[Inkscape_and_WaterColorBot|Inkscape extensions for WaterColorBot]] allow you to create and paint artwork with a very fine level of control, either within Inkscape, or by exporting SVG graphics to RoboPaint.
* [[RoboPaint]] is automatic painting software, which is sometimes your best choice when starting from an existing drawing in SVG format.
 
* [[RoboPaint RT]] is an independent real-time painting application, in which you paint on your computer, and the robot follows along in real time.
 
  
  
Line 19: Line 19:
 
== For Young Programmers  ==
 
== For Young Programmers  ==
  
* You can program the WaterColorBot in both [http://scratch.mit.edu Scratch] and [http://snap.berkeley.edu ''Snap!''] Our example code for these projects, "WaterColorBlocks" is available [https://github.com/evil-mad/WaterColorBlocks here]. You will also need to run RoboPaint (0.9.0 or newer) in the background, as an interface to the WaterColorBot. (Of the two interfaces, we have generally found ''Snap!'' to be more enjoyable and reliable.)
+
* You can program the WaterColorBot in both [http://scratch.mit.edu Scratch] and [http://snap.berkeley.edu Snap!] Our example code for these projects, "WaterColorBlocks" is available [https://github.com/evil-mad/WaterColorBlocks here]. You will also need to run RoboPaint (0.9.0 or newer) in the background, as an interface to the WaterColorBot.
  
* An alternative block-based programming interface is [http://beetleblocks.com BeetleBlocks], a Scratch-like programming environment for making 3D creations ("Visual Code for 3D Design"). BeetleBlocks can save its 2D curves as SVG files, which you can open and print from within RoboPaint.
 
  
  
Line 31: Line 30:
 
* The Inkscape extensions are written in Python.  Their github repository is [https://github.com/evil-mad/wcb-ink here]
 
* The Inkscape extensions are written in Python.  Their github repository is [https://github.com/evil-mad/wcb-ink here]
 
* The RESTful [https://github.com/techninja/cncserver/blob/master/API.md WaterColorBot API] is built into RoboPaint.
 
* The RESTful [https://github.com/techninja/cncserver/blob/master/API.md WaterColorBot API] is built into RoboPaint.
* You can also send low-level commands directly to the EBB over USB, from any program that can write to a serial port.  Command documentation for the EBB can be found [http://evil-mad.github.io/EggBot/ebb.html here].
+
* You can also send low-level commands directly to the EBB over USB, from any program that can write to a serial port.  Command documentation for the EBB can be found [http://schmalzhaus.com/EBB/EBBCommands.html here].

Please note that all contributions to Evil Mad Scientist Wiki are considered to be released under the GNU Free Documentation License 1.3 (see Evil Mad Scientist Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: