Tests:
clj -Xtest
GIT LFS is used. https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage
In my Cider configuration I have this.
(defun run-sketch ()
(interactive)
(cider-interactive-eval "(require 'template.dynamic)(reset! template.dynamic/draw-width w)(reset! template.dynamic/draw-height h)(template.dynamic/sketch #'draw)"))
(keymap-set cider-mode-map "C-c C-å" 'run-sketch)Linted with clj-kondo.
Running processing without a display
ffmpeg -framerate 10 -i circle-%03d.png -vf "scale=320:-1:flags=lanczos" -c:v gif output.gif
Preset colors https://github.com/thi-ng/color/blob/master/src/presets.org