Basic l-system as a first clojure contact. Disregard.
- Java 8. Quil (and Processing?) does not fully support Java 9 yet.
lein run
The core.clj file contains a bunch of different examples in the draw method. Sierpinksi triangle, dragon curve, quadratic koch island and a koch curve.
See: https://en.wikipedia.org/wiki/L-system
The parse method takes a start state and a command string. The command string can be obtained by running the evolve method.
lein test
Copyright (C) 2012 - 2020 Joel Carlbark
Distributed under the Eclipse Public License, the same as Clojure.