Initial commit w/ rudimentary visualization

This commit is contained in:
heyarne 2021-04-11 10:51:10 +02:00
commit 9abd736f13
5 changed files with 162 additions and 0 deletions

7
deps.edn Normal file
View file

@ -0,0 +1,7 @@
{:deps {org.clojure/clojure {:mvn/version "1.10.0"}
cheshire/cheshire {:mvn/version "5.1.0"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"}
quil/quil {:mvn/version "3.1.0"}
thi.ng/geom {:mvn/version "1.0.0-RC3"
:exclusions [org.jogamp.jogl/jogl-all
org.jogamp.gluegen/gluegen-rt]}}}