From ea65fc493b41aca8d5fc7c10180c9ec60100b664 Mon Sep 17 00:00:00 2001 From: Frederic Date: Sun, 21 Apr 2019 22:51:01 +0200 Subject: [PATCH] initial commit --- chaostest/chaostest.html | 74 ++++++++ chaostest/chaostest2.html | 49 +++++ chaostest/chaostest3.html | 115 ++++++++++++ lindenmayer-system/lindenmeyer-system.html | 203 +++++++++++++++++++++ lindenmayer-system/lindenmeyer-system.js | 106 +++++++++++ paperjs_sketches.md | 41 +++++ 6 files changed, 588 insertions(+) create mode 100644 chaostest/chaostest.html create mode 100644 chaostest/chaostest2.html create mode 100644 chaostest/chaostest3.html create mode 100644 lindenmayer-system/lindenmeyer-system.html create mode 100644 lindenmayer-system/lindenmeyer-system.js create mode 100644 paperjs_sketches.md diff --git a/chaostest/chaostest.html b/chaostest/chaostest.html new file mode 100644 index 0000000..cc64af1 --- /dev/null +++ b/chaostest/chaostest.html @@ -0,0 +1,74 @@ + + +JavaScript <=> PaperScript example + + + + + + + + + + + + + + + + + diff --git a/chaostest/chaostest2.html b/chaostest/chaostest2.html new file mode 100644 index 0000000..df91755 --- /dev/null +++ b/chaostest/chaostest2.html @@ -0,0 +1,49 @@ +JavaScript <=> PaperScript example + + + + + + + + + + + + + + diff --git a/chaostest/chaostest3.html b/chaostest/chaostest3.html new file mode 100644 index 0000000..3adf2e0 --- /dev/null +++ b/chaostest/chaostest3.html @@ -0,0 +1,115 @@ + +JavaScript <=> PaperScript example + + + + + + + + + + + + + + + + diff --git a/lindenmayer-system/lindenmeyer-system.html b/lindenmayer-system/lindenmeyer-system.html new file mode 100644 index 0000000..a7b6031 --- /dev/null +++ b/lindenmayer-system/lindenmeyer-system.html @@ -0,0 +1,203 @@ + +JavaScript <=> PaperScript example + + + + + + + + + + + + + + + + + + + +
+ + + + diff --git a/lindenmayer-system/lindenmeyer-system.js b/lindenmayer-system/lindenmeyer-system.js new file mode 100644 index 0000000..7d78d88 --- /dev/null +++ b/lindenmayer-system/lindenmeyer-system.js @@ -0,0 +1,106 @@ + +function startswith(a, b) { + for(let i=0; i