Fork me on GitHub
#quil
<
2021-04-26
>
plexus06:04:35

I've used it on and off over the years, played a bunch with it when we organized ClojureBridge Berlin events. And also when we did "Land of Quil" for the Clojure Cup back in the day. http://landofquil.clojureverse.org/

plexus06:04:13

Most recently I experimented with using it for games together with a physics engine https://github.com/lambdaisland/cljbox2d/blob/main/demo/cljbox2d/demo.cljc but in the end decided to do it in the browser with Pixi.js, and to drop the physics engine , this led to https://github.com/lambdaisland/puck which wraps Pixi.js and some other libraries.

plexus06:04:57

Always happy to help!