Skip to content

fsch2/blockly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The web-based visual programming editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 1.4%
  • Python 1.4%
  • Other 0.1%