basic voxel writing

This commit is contained in:
2017-05-03 21:45:37 -07:00
parent 947185328e
commit 4ae164bd51
2 changed files with 98 additions and 4 deletions

View File

@ -3,7 +3,27 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.trace "0.7.9"]
;; [net.mikera/core.matrix "0.57.0"]
;;[thi.ng/luxor "0.3.1"]
;; [thi.ng/geom "0.0.1062"]
;; [thi.ng/geom "0.0.908"]
[thi.ng/geom "0.0.815"]
;; [thi.ng/math "0.2.1"]
;; [thi.ng/geom-types "0.0.908"]
;; [thi.ng/geom-core "0.0.908"]
[thi.ng/geom-core "0.0.815"]
;; [thi.ng/geom-meshops "0.0.908"]
;; [thi.ng/xerror "0.1.0"]
;; [thi.ng/geom "0.0.1173-SNAPSHOT"]
;; [thi.ng/geom-voxel "0.0.908"]
;;[seesaw "1.4.5"]
]
:main ^:skip-aot voxelburst.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})