quil

Jakub Holý 2019-07-30T11:32:43.002500Z

In Clojure, changing :renderer to :svg from the default fails with > java.lang.RuntimeException: java.io.FileNotFoundException: /path/to/my-quil-project (Is a directory) Why? Is SVG supported in Clojure? Do I need to configure anything more? Thank you!

anthony-galea 2019-07-31T09:23:53.002700Z

@holyjak yes svg is supported, perhaps the example in this issue can help you out: https://github.com/quil/quil/issues/308. If it doesn’t, can you share a minimal example that reproduces your issue?

Jakub Holý 2019-07-31T10:29:05.003Z

Thanks a lot! I guess I miss the output-file option.