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!
@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?
Thanks a lot! I guess I miss the output-file option.