Initial commit w/ rudimentary visualization
This commit is contained in:
commit
9abd736f13
5 changed files with 162 additions and 0 deletions
7
deps.edn
Normal file
7
deps.edn
Normal 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]}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue