This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-30
Channels
- # announcements (1)
- # babashka (15)
- # calva (3)
- # cider (1)
- # clj-kondo (16)
- # clj-on-windows (1)
- # cljfx (1)
- # clojure (25)
- # clojure-europe (6)
- # clojure-spec (15)
- # cursive (13)
- # emacs (11)
- # fulcro (2)
- # humbleui (7)
- # introduce-yourself (1)
- # jackdaw (1)
- # off-topic (10)
- # pathom (5)
- # portal (3)
- # re-frame (7)
- # reagent (12)
- # releases (1)
- # shadow-cljs (8)
- # tools-build (18)
- # web-security (10)
is there like a "minimal starter" code example I could look at? trying to riff off of what's in tonsky's humble-ants & humble-deck and running into issues discerning what is strictly necessary
https://github.com/tonsky/humble-ants should be a good start
I tried to keep these examples as minimal as possible: https://github.com/oakmac/humble-mondrian https://github.com/oakmac/humble-modal-example https://github.com/oakmac/humble-animations
thanks, I had looked at most of these and was able to piece together the minimal bits I needed to get a simple app running. I decided to publish what I learned as a starter project with lots of comments: https://github.com/lilactown/humble-starter/
what does this line do?
(set! (.-_colorSpace ^LayerMetalSkija (.getLayer ^Window @*window)) (ColorSpace/getDisplayP3))
Sets color space of the surface. This will be done automatically in the future, but for now I hard-coded it for the demo
thanks, I had looked at most of these and was able to piece together the minimal bits I needed to get a simple app running. I decided to publish what I learned as a starter project with lots of comments: https://github.com/lilactown/humble-starter/
I’ve added all the repos I know about that use Humble UI to the Readme https://github.com/HumbleUI/HumbleUI/