From 87f7dceacfa6dec9a7231455a317142ce29cb088 Mon Sep 17 00:00:00 2001 From: Frederic Date: Sun, 12 Apr 2020 11:52:03 +0200 Subject: [PATCH] add blome --- blome/blome.html | 59 ++++++++++++++++++++++++++++++++++++++ blome/blome.js | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 blome/blome.html create mode 100644 blome/blome.js 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