-
Currently you can't change the JSON tab's data with code:
livecoding.json.data2 = "bob";
This will temporarily change livecoding.json in memory, but if you look at the JSON tab, data2 is not there, …
-
Amazing what you've done so far. Was curious if there's any way to recompile during runtime, if i wanted to do livecoding for instance?
-
Documentation suggestion:
I have tried working of the examples to better understand the facet data transformation, but I think the documentation could benefit from a few more inline examples. In my …
-
I was thinking it would be cool if people could edit data directly on the visualization itself and the changes get stored in the source file. Is this already in the works?
-
I'm trying to implement a editor in ruby-processing and want to know if you tried to something similar?
-
one one side, I find "bpm" to be too technical. On the other side, some friends tell me that it's actually quite "street" and "beats" wouldn't quite mean the same thing...
-
The bar.json example renders the chart by specifying the "x" and "width" of the rect mark as the left side of the bar and width of the bar respectively. I would like to specify just the right side of …
-
I've got a package with a module "Tools", which is imported from another module in the Package with
```
from Tools import *
```
Running it in eclipse works fine, but the live coding output says
```…
-
-
something like http://livecoding.io/3411676#./5229286