Fork me on GitHub
#cider
<
2016-01-12
>
malabarba02:01:55

And it should be said emacs doesn't have opengl rendering

malabarba02:01:30

So if your vector graphics are very heavy it'll likely be impractical to use

malabarba02:01:21

As the only way emacs knows to display them is by converting to png

blueberry09:01:34

yes, I'll probably pre-generate it to png if I go that route.

blueberry09:01:35

another option is that I somehow control outside Swing window (rendered by opengl processing/quil run from the repl) using keybindings from emacs.

malabarba15:01:37

If you're on Linux it should be easy to close the swing window from Emacs, by sending commands to your WM

blueberry16:01:12

I am on Linux, and closing is not an issue, since the Swing window is started from repl. I was hoping to be able to control the display of the plot with emacs keybindings (zooming, rotating, etc.)

malabarba16:01:09

Oh my. Good luck with that. 😁

blueberry20:01:09

fortunately, it's a nice extra and not something that I absolutely need, so it will be fun when I get to that part simple_smile

sonelliot23:01:16

Hi everyone. I was wondering if anyone uses cider-jack-in-clojurescript with Figwheel? I use the side car API to launch the CLJS REPL after jacking in but then I lose CIDER goodness in my .clj files and need to spin up another REPL to get it back. Just a tad annoying, not unworkable or anything.