Christopher Small
Christopher Small
@realgenekim did the coolest animated visualization! https://github.com/metasoarous/oz/issues/36#issuecomment-591540696 I'd love to add an API here for making that easier to do. Thanks!
Keen to consider using hanasu in lieu of Sente. https://github.com/jsa-aerial/hanasu HT @jsa-aerial.
Would be nice to be able to generate slide shows using revealjs or whatever.
There has been interest elsewhere in separating out the client-side functionality, to lighten the load for front-end projects which only need the Reagent functionality. I think this is a great...
I'd love to be able to support 3d data visualizations with [Sanddance](https://www.microsoft.com/en-us/research/project/sanddance/). Some interesting questions to consider: * Would this just be another `:mode`? * How does this relate to...
From @ben741 over in #67: ``` Error printing return value (IllegalStateException) at clojure.lang.Var/pushThreadBindings (Var.java:325). Can't dynamically bind non-dynamic var: hiccup.util/*escape-strings?* Var.java: 325 clojure.lang.Var/pushThreadBindings core.clj: 1929 clojure.core$push_thread_bindings/invokeStatic core.clj: 1913 clojure.core$push_thread_bindings/invoke clojupyter.clj:...
It looks possible to embed vega in a javafx application, based on some POC work done by @zane (see gist here): https://gist.github.com/zane/d33e34e09d0bb1463f84cc8455f3a577 It would be wonderful if we could find...
It seems like it should be possible to pass vega and vega lite descriptions to the client, use the js lib to parse the vega-lite into vega, and then merge...
Would be nice to have a couple of example apps for folks to look at to get started, especially for folks new to Clojure (see @awb99's comment on #14). Perhaps...
Thanks to @daslu, I just found out about leaflet-vega, which allows one to layer Vega (and Vega-Lite?) visualizations on top of leaflet maps, for tiling and whatnot: https://github.com/nyurik/leaflet-vega I think...