Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial / Project Template Usability Improvements #6

Open
thobbs opened this issue Nov 23, 2020 · 1 comment
Open

Tutorial / Project Template Usability Improvements #6

thobbs opened this issue Nov 23, 2020 · 1 comment

Comments

@thobbs
Copy link
Owner

thobbs commented Nov 23, 2020

Notes from one user:

  • 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

@verberktstan
Copy link

verberktstan commented May 30, 2024

@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)

Maybe this helps users out with the notes above..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants