This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-30
Channels
- # adventofcode (4)
- # aleph (1)
- # announcements (6)
- # babashka (11)
- # beginners (63)
- # calva (73)
- # clj-kondo (9)
- # clj-on-windows (20)
- # cljdoc (8)
- # cljsrn (4)
- # clojure (48)
- # clojure-europe (20)
- # clojure-italy (1)
- # clojure-nl (11)
- # clojure-spec (11)
- # clojure-uk (3)
- # clojurescript (32)
- # cloverage (1)
- # conjure (1)
- # cryogen (5)
- # datomic (83)
- # fulcro (28)
- # graphql (23)
- # gratitude (4)
- # helix (15)
- # honeysql (4)
- # improve-getting-started (14)
- # introduce-yourself (3)
- # jackdaw (5)
- # kaocha (11)
- # leiningen (1)
- # malli (1)
- # meander (5)
- # off-topic (18)
- # pathom (17)
- # pedestal (6)
- # polylith (15)
- # practicalli (1)
- # quil (2)
- # reitit (4)
- # releases (6)
- # shadow-cljs (38)
- # sql (20)
- # testing (6)
- # timbre (5)
- # tools-deps (11)
- # vim (2)
Howdy all on #quil. In clojurescript, I'm using the quil function smooth
within the :settings handler like so: :settings #(q/smooth 4)
. I see the p5.js version of the function does not take a level parameter as an argument, and am guessing the argument I enter (i.e., 4) has no effect, and would only have an effect if I'm running a clojure file on the jvm, wrapping processing. Am I understanding this correctly? Thanks!
Separate query: has anyone had trouble getting with-stroke
to display lines with the correct transparency while using :hsb colormode, and when using the :p3d renderer? It seems to work fine when I run this http://quil.info/sketches/local/698b5b8d2dbcf3a71ee101474482470d3f8c5c84648b8c2760d48e7476aebd6d on the quil website, however I can't get the same results on my local machine. Any pointers would be great thanks!