clojure-art

genmeblog 2022-11-26T21:39:48.085869Z

List of the prompts for Genuary 2023 is announced: https://genuary.art/. Genuary is a generative art daily challenge wherein we create an art piece for given topic (prompt) and share it somewhere in the net. So if Advent of Code is not enough for you, join the Genuary :)

👍 2
🕶️ 1
👀 3
peterh 2022-11-27T11:04:18.899779Z

Any recommendations on what libraries to try for this challenge? Processing was my first real programming experience so I am thinking about looking into Quil, which seems to have a similar spirit. Clojure2D also looks interesting. Maybe even a more restrictive, minimalistic approach could be worthwhile.

genmeblog 2022-11-27T11:52:35.188949Z

Quil is ok. I use Clojure2d (cause I wrote it :) ). My last Genuary code is here: https://github.com/genmeblog/genuary

genmeblog 2022-11-27T11:59:43.240819Z

There are articles describing how to use p5js or d3 from CLJS (Quil does it too). Si if you prefer frontend dev it can be a good choice.