Skip to content

Lein templates for creating quil projects for clojure and clojurescript

License

Notifications You must be signed in to change notification settings

quil/quil-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quil-templates

Leiningen templates for Quil.

There are 2 templates:

  • Quil on Clojure
  • Quil on ClojureScript

Usage

To create a new quil project, run the following commands:

lein new quil my-project - Quil on Clojure
lein new quil-cljs my-project - Quil on ClojureScript

To run your Clojure project:

lein run

Make sure to replace my-project with a cool name for your project.

Caveats

The released quil template is using quil v4.3.1563. However, the quil-cljs template was released under a Clojars group that is currently inaccessible, so the released version is still using the quil 3.1.0 release. It's possible to install and use the latest template by executing the following from a local checkout of this repository:

cd cljs
lein install
lein new quil-cljs my-project

Alternatively, the quil/sketchbook-template contains a working CLJS template using the deps-new template system.

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Lein templates for creating quil projects for clojure and clojurescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published