This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-11
Channels
- # admin-announcements (8)
- # announcements (1)
- # boot (343)
- # braid-chat (23)
- # cider (20)
- # clara (5)
- # cljsrn (48)
- # clojars (5)
- # clojure (90)
- # clojure-canada (3)
- # clojure-czech (1)
- # clojure-russia (107)
- # clojure-sg (2)
- # clojurebridge (2)
- # clojured (10)
- # clojurescript (70)
- # community-development (73)
- # cursive (106)
- # datavis (40)
- # datomic (40)
- # docs (4)
- # editors (1)
- # emacs (1)
- # events (4)
- # funcool (2)
- # hoplon (46)
- # jobs (2)
- # ldnclj (11)
- # mount (8)
- # om (214)
- # onyx (12)
- # re-frame (35)
- # reagent (31)
- # spacemacs (12)
- # yada (18)
@malabarba: @bozhidar: hi, the following question is not strictly about cider, but more a general emacs/clojure/java combination:
i work with some processing/quil sketches that display generated plots, and, while it is ok for me to use stand-alone swing windows as it is, it would be more useful to embed them into my emacs working environment.
i've read that one possibility is to generate svg/png and display that in buffers, but my sketches are very heavy, so I'm afraid that I need processing's opengl renderer, which rules out svg/png...