diff --git a/blome/blome.html b/blome/blome.html new file mode 100644 index 0000000..e0abec3 --- /dev/null +++ b/blome/blome.html @@ -0,0 +1,59 @@ + +Blome + + + + + + + + + + + + + + +
+ + +
+ + + + diff --git a/blome/blome.js b/blome/blome.js new file mode 100644 index 0000000..f6043f0 --- /dev/null +++ b/blome/blome.js @@ -0,0 +1,74 @@ + +function cp(phi) { + return new Point(Math.sin(phi), Math.cos(phi)); +} + +function rnd(min, max) { + return min + Math.random() * (max - min); +} + +function scribblify(objs, delta) { + for(var i=0; i