explorable-viz / fluid

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

NPM library #1036

Closed RaoOfPhysics closed 2 weeks ago

RaoOfPhysics commented 1 month ago

See also:


Right now, to make a Fluid publication, we have to clone the whole explorable-viz/fluid repo and then create HTML files and more within it. We would like to move to a modular approach where the development of the language is decoupled from publication mechanisms.

For now, we will set up separate repos for generated documents (starting with a minimal HTML page etc.). GitHub Actions will be used to build the website associated with each independent repo, using the HTML file.

To use fluid, at the moment will have to use git submodule. And we will need to have a .purs file with all the Fluid modules and data for analysis in addition to the HTML+CSS files. Eventually these will be migrated as follows:

Related to https://github.com/explorable-viz/fluid-examples/discussions/10

rolyp commented 1 month ago

Rescoping this task to “npm library” (because at that point it becomes moot what the contents of this repo include).

rolyp commented 2 weeks ago

Hi @ColinC-UoE, some notes for today:

rolyp commented 2 weeks ago

Hi @ColinC-UoE. Looks like you closed this but haven’t yet merged to develop – it looks like there are some conflicts, so probably best to fix those, do the merge and only then mark the task as done.