Skip to content

Instantly share code, notes, and snippets.

View Messa1's full-sized avatar
🎯
Focusing

Matthias Gmeiner Messa1

🎯
Focusing
View GitHub Profile
@zinkkrysty
zinkkrysty / drawing_tool.js
Last active April 19, 2016 15:40
Drawing tool made with Bonsai.js (http://orbit.bonsaijs.org/)
var myStage;
var startDrag;
var myRect;
//
//Shape abstraction
//
//var RectShape = function(x, y, width, height){
// this.bonsaiRect = new Rect(x, y, width, height);