CashlessSociety / together_app

Together Project
https://togetherproject.nz
9 stars 1 forks source link

research graph layout components/algorithms for flutter #51

Closed utunga closed 2 years ago

utunga commented 2 years ago

We are tied to flutter but this could be an interesting starting position for the lie of the land

https://neo4j.com/developer/tools-graph-visualization/

utunga commented 2 years ago

Maybe just take into account that this component in paritcular might be something we want to re-use in a web context

utunga commented 2 years ago

FYI a bit of an xperiment with I think cytoscape here https://github.com/CashlessSociety/simulation/tree/tumu/src

utunga commented 2 years ago

Leading candidates to think about include (but not limited to)

I already hate cytoscape.js so ignore that.

I tried d3.js and found it a bit limiting. There might be components built on top d3 that are worth considering.

--

Or just go native dart.

utunga commented 2 years ago

Basically where we got to is that probably we can't find something 'dart native' for now so its a matter of choosing a good js candidate and then running that inside a webview (and/or just running natively on the web for web mode)