This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-11
Channels
- # announcements (15)
- # aws (11)
- # babashka (13)
- # babashka-sci-dev (2)
- # beginners (63)
- # calva (20)
- # cider (9)
- # clj-kondo (27)
- # clojars (3)
- # clojure (34)
- # clojure-art (4)
- # clojure-europe (21)
- # clojure-filipino (1)
- # clojure-indonesia (1)
- # clojure-my (1)
- # clojure-nl (11)
- # clojure-norway (10)
- # clojure-sg (1)
- # clojure-spec (4)
- # clojure-uk (4)
- # clojurescript (5)
- # cursive (8)
- # deps-new (2)
- # events (1)
- # exercism (2)
- # fulcro (44)
- # graphql (6)
- # gratitude (1)
- # introduce-yourself (1)
- # jobs (3)
- # leiningen (5)
- # lsp (26)
- # membrane (18)
- # missionary (9)
- # off-topic (1)
- # pedestal (4)
- # portal (1)
- # quil (24)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (2)
- # reveal (3)
- # spacemacs (4)
- # tools-build (1)
- # tools-deps (12)
We've released cljbox2d, an idiomatic Clojure/ClojureScript wrapper for the jBox2D/Planck.js physics engines, with some helpers to combine it with Quil. See the README for how to run the demos. Documentation is still a bit sparse but there's example code to start from. Happy to answer questions in #quil https://github.com/lambdaisland/cljbox2d
Try it at home:
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.4.19"} quil/quil {:mvn/version "4.0.0-SNAPSHOT"}}}' -M -m lambdaisland.cljbox2d.demo.simple-shapes
This is so cool!
@U1EP3BZ3Q also demonstrated how to use it with Clojure2D! https://github.com/Clojure2D/clojure2d-examples/tree/master/src/box2d
Love seeing the ecosystem grow like this : )
Following our discussion at #visual-tools meeting 3 (the video will be public soon), here is an experiment combining Portal, Clerk, Kindly, and nREPL in one flow. It demonstrates using one Clojure namespace and comfortably visualizing it in different tools (Portal and Clerk in this case), without any need of code change. https://github.com/scicloj/visual-tools-experiments/tree/main/portal-clerk-kindly-nrepl-1
fixed, thanks š
(fixed, forgot it was a private repo) š
Added a video to clarify the experiment: https://www.youtube.com/watch?v=e3M4u1XIVTo
https://github.com/clojure/tools.build v0.8.1 is now available ⢠compile-clj - TBUILD-29 - add support for setting bindings during compilation
Hot damn! What a quick turn around. Thanks Alex!