explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
34 stars 2 forks source link

Cellular Fluid #270

Open rolyp opened 4 years ago

rolyp commented 4 years ago

Beginnings of a notebook-like notion of a program as a graph of cells. Ultimately cells might not be "static" (e.g. there might be conceptually one cell per point in the execution), but initially we just need the ability to build test cases (demos) that have multiple code fragments, each associated with an output view. Perhaps this would just consolidate the existing infrastructure in Demo.purs and turn that representation into a first-class language feature.

rolyp commented 10 months ago

Some whiteboard notes from today, lots of our current todo's are somewhat related to this issue:

IMG_20231117_131225

rolyp commented 10 months ago

I’m inclined to say this is an orthogonal requirement after all – linked inputs and linked outputs scenarios can easily exist within a “single” program (for linked outputs we just need some way of composing visualisations).

rolyp commented 3 months ago

Prezi‘s “nested presentations” could be a useful source of ideas.