This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-07-08
Channels
- # announcements (16)
- # beginners (22)
- # calva (3)
- # cider (17)
- # clojure (2)
- # clojure-berlin (1)
- # clojure-denmark (4)
- # clojure-dev (4)
- # clojure-europe (22)
- # clojure-madison (1)
- # clojure-nl (2)
- # clojure-norway (34)
- # clojure-sweden (3)
- # clojure-uk (3)
- # clojurescript (9)
- # datomic (7)
- # deps-new (1)
- # events (1)
- # fulcro (1)
- # hyperfiddle (10)
- # lsp (43)
- # missionary (1)
- # off-topic (27)
- # pedestal (10)
- # polylith (1)
- # reitit (4)
- # releases (1)
- # squint (18)
- # xtdb (8)
anyone have squint + 3js example code? the example on <https://squint-cljs.github.io/squint/examples/threejs/playground.html> seems to be dead 😞
additionally, does anyone have examples of live reloading with squint? the closest i've seen is the cherry example babashka script, but im unsure if thats still state of the art for it
I use 'npx squint watch'
specifically this example: https://github.com/squint-cljs/squint/tree/main/examples/vite-react
@U04V15CAJ apologies for the ping -- any ideas on this? my package.json reports "squint-cljs": "^0.8.112"
https://gist.github.com/crestofthebeast/884e32a765af812abe4ca43fd2349e2a here's a gist!
can you try npx squint compile <file>
instead and then run the file with Node.js, just as a test? it may just be an issue with run