quil

chagas.vis 2022-02-21T18:11:39.665149Z

Hello everyone, I am currently studying creative programming using Quill and I am enjoying it a lot. I am using the "Nature of Code" in my studies and in the book a series of interesting concepts of movement and physics are developed using the PVector class of Processing. I would like to ask if exists an interest to implement in Quill some kind of Clojure constructor analogous to the class?

plexus 2022-03-09T19:48:23.064749Z

maybe also interesting, I worked on this last year https://github.com/lambdaisland/cljbox2d

👍 1
🎉 1
plexus 2022-03-09T19:48:41.400199Z

it's cljc, uses similar libraries under the hood on clj and cljs

Charles Comstock 2022-02-23T09:38:54.226929Z

I've been using https://github.com/thi-ng/geom/blob/feature/no-org/src/thi/ng/geom/vector.cljc for this, it's got some rough edges but it's solid as a vector implementation.

👍 1
Charles Comstock 2022-02-23T21:10:18.969209Z

Yea, unfortunately both fastmath and vectorz are Clojure only so don't work so well if using Quil with CLJS.

genmeblog 2022-02-23T21:36:22.178179Z

true, they are jvm based