Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.11 KB

Drawbot Code

This is a tiny web application using Google Blockly, a "web-based visual programming editor". It can be used to program the Drawbot, a 3-servo drawing robot.

Installation

  1. Install PyQt5 from pypi
  2. Clone repo
  3. Clone Google's closure-library in the same directory next to "blockly". See https://developers.google.com/closure/library/
  4. Run 'python build.py' in the blockly directory to build

Running

  1. Go to demos/drawbot
  2. Run 'python3 hackly.py'
  3. To run the Drawbot mock, run 'python3 qt_pts_drawbot.py'

Examples

Koch Snowflake Order 3 Koch Snowflake Order 4
Sierpinski Arrowhead Curve Order 6 Hilbert Curve Order 4