« Back

p5bots

Draw dots with a button

As a part of the Google Summer of Code 2015 project, I wrote a library to facilitate using microcontrollers with the p5.js library. A Javascript implemetation of the Processing drawing framework, p5.js provides a novice-friendly framework for drawing to canvas in the browser. p5bots works as the glue-code to allow a microcontroller running firmata to talk to a browser and vice versa, so users can draw with buttons and control motors from the browser.

Diagram explaining the system

See it on github »
More about p5.js »

Built with: Javascript