You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of Clojure I have is different from the one referenced in the tutorial's project.clj file. I had to take care that the version I needed was referenced in the file.
I didn't realize I had to name the lein project "sketch"
I didn't realize I had to copy the sketch subdirectory into the clj subdirectory
Need to update files and instructions to improve these
The text was updated successfully, but these errors were encountered:
@thobbs I recently released a library: Genartgear
My aim for this is to be used alongside genartlib. It also depends on genartlib and has some useful extra's.
The main idea is the genartgear.core/sketch macro which eases the use of quil's sketches.
You can simply call (sketch draw :save 3) to save 3 renders of your draw function.
It makes up the filename based on a given :title, git-hash of the latest commit (if applicable), timestamp & the seed used.
Or pass in some seeds (sketch draw :seeds [1234 5678] :save true)
Notes from one user:
Need to update files and instructions to improve these
The text was updated successfully, but these errors were encountered: