This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-15
Channels
- # beginners (26)
- # biff (28)
- # calva (13)
- # clj-commons (4)
- # clj-kondo (3)
- # clojure (45)
- # clojure-austin (17)
- # clojure-europe (8)
- # clojure-finland (1)
- # clojurescript (14)
- # code-reviews (3)
- # emacs (33)
- # helix (4)
- # holy-lambda (7)
- # joyride (5)
- # keechma (1)
- # meander (4)
- # membrane (3)
- # missionary (22)
- # nbb (1)
- # off-topic (1)
- # pathom (4)
- # rdf (24)
- # releases (2)
- # sci (3)
- # shadow-cljs (12)
- # tools-deps (14)
Afternoon all! Moving from clojure over to clojurescript with react. I know there's been a few options over the years - any pointers to a getting started tutorial w/ the current fave?
Can't suggest a tutorial but can suggest tooling and libraries - shadow-cljs + Reagent (maybe with re-frame, the documentation of both is great) or Helix.
Then he should check luminus template @U2FRKM4TW ☺️
hey guys, any tips for a game engine/framework for cljs? I found play-cljc but it seems pretty dead ... I don't need anything mega fancy, thinking if maybe just using pixi.js directly would be the best solution?
2d or 3D?
I’ve had a lot of fun with wrapping phaser.js for 2d and I like Babylon.js for 3D.
purely for 2d, I've been trying pixi.js so far and it seems much better documented than phaser hmm, maybe phaser is better tho? I'm having a hard time understanding its "docs by 1000 examples and blog posts" way of explaining things 😅
If you’re having fun, stick with it!
Hey guys, I'm looking for a good Drag'n'Drop librart for ClojureScript. I know about Penpot. I want to try from scratch to production, and also not like penpot that renders to svgs. Thanks for any assistance
Unless you mean specifically something that lets you design UI components by using drag-n-drop. Then no clue, but maybe solutions for React exist just as well.
Thanks @U2FRKM4TW, i know some libraries of React like React D'n'D. I mean one built with ClojureScript/Clojure