dynamic-quil/lein-template

A Leiningen template for creating a REPL-friendly graphics programming project using Quil.

Leiningen/Boot

[dynamic-quil/lein-template "1.0-SNAPSHOT"]

Clojure CLI/deps.edn

dynamic-quil/lein-template {:mvn/version "1.0-SNAPSHOT"}

Gradle

implementation("dynamic-quil:lein-template:1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>dynamic-quil</groupId>
  <artifactId>lein-template</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>