Skip to content

Commit

Permalink
rip quil out entirely, replacing with a simple 'litequil' implementat…
Browse files Browse the repository at this point in the history
…ion that just uses Graphics2D directly.

update some deps.. need to see if I can bump dl4j up, it's so stale.
  • Loading branch information
CmdrDats committed Oct 15, 2021
1 parent 69adda2 commit ddbb629
Show file tree
Hide file tree
Showing 13 changed files with 630 additions and 366 deletions.
29 changes: 10 additions & 19 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,35 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies
[[org.clojure/clojure "1.10.3"]
[[org.clojure/clojure "1.8.0"]
[com.google.guava/guava "20.0"]

[org.openpnp/opencv "2.4.11-1"]
[quil "3.1.0"]
[cheshire "5.10.1"]
[de.schlichtherle.truezip/truezip-file "7.7.9"]
[de.schlichtherle.truezip/truezip-driver-zip "7.7.9"]
[de.schlichtherle.truezip/truezip-file "7.7.10"]
[de.schlichtherle.truezip/truezip-driver-zip "7.7.10"]

[kuusisto/tinysound "1.1.1"]
[io.socket/socket.io-client "0.9.0"]

[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.logging "1.1.0"]

[log4j "1.2.16"]
[org.slf4j/slf4j-api "1.6.2"]
[org.slf4j/jul-to-slf4j "1.6.2"]
[org.slf4j/slf4j-log4j12 "1.6.2"]
[log4j "1.2.17"]
[org.slf4j/slf4j-api "1.7.32"]
[org.slf4j/jul-to-slf4j "1.7.32"]
[org.slf4j/slf4j-log4j12 "1.7.32"]

[org.nd4j/nd4j "0.4-rc3.10" :extension "pom"]
[org.nd4j/nd4j-native "0.4-rc3.10"]
[org.deeplearning4j/deeplearning4j-core "0.4-rc3.10"]
[org.nd4j/canova-api "0.0.0.16"]]

;:repositories {"yadarts-maven" "https://raw.github.com/yadarts/maven/master"}
:jvm-opts
["-Djavax.net.ssl.trustStore=resources/ogs.truststore"
"-Xms1024M" "-Xmx2048M" "-XX:NewSize=528M" "-XX:+UseParNewGC" "-XX:+UseConcMarkSweepGC"
"-XX:+CMSParallelRemarkEnabled" "-server" "-XX:-OmitStackTraceInFastThrow"]
:main igoki.core

:repl-options
{:welcome "Welcome to igoki"
:init-ns igoki.core
:init (-main)}

:min-lein-version "2.5.0"
#_#_:min-lein-version "2.5.0"

:uberjar-name "igoki.jar"

:resource-paths ["resources"])
:uberjar-name "igoki.jar")
Loading

0 comments on commit ddbb629

Please sign in to comment.