hyperfiddle

http://hyperfiddle.net
2018-11-26T01:09:02.063900Z

mmmmm http://js.cytoscape.org/

alexandrkozyrev 2018-11-26T15:35:18.064400Z

I want to try https://resources.jointjs.com/demos and https://github.com/dagrejs

2018-11-26T15:35:47.064800Z

Nice! Hadn't seen that one

2018-11-26T15:35:54.065100Z

I am looking for a nice way to visualize Datomic graphs

2018-11-26T15:36:27.065400Z

I will do my best to support your experiments with this!

2018-11-26T15:37:19.065800Z

How much of the links explanation made sense to you ?

alexandrkozyrev 2018-11-26T15:41:13.067100Z

new, remove, self and iframe are quite clear

alexandrkozyrev 2018-11-26T15:41:50.067500Z

rel, affix, detach - not really

alexandrkozyrev 2018-11-26T15:42:45.068100Z

I’ll make my own links tutorial and send you to review

2018-11-26T15:43:02.068300Z

ok 🙂

2018-11-26T15:44:00.069Z

Do you understand dustingetz/vega and vega-child ?

alexandrkozyrev 2018-11-26T15:48:37.069700Z

kind of, except reagent woodoo magic, this is the hardest part for me

2018-11-26T15:49:05.070300Z

Ah interesting

2018-11-26T15:50:05.071200Z

You are doing extremely well at ClojureScript for someone without Reagent experience

alexandrkozyrev 2018-11-26T15:50:46.071600Z

would you mind to setup jointjs and dagrejs loading templates, like for vega-embed, I want to reproduce https://dagrejs.github.io/project/dagre-d3/latest/demo/etl-status.html and https://resources.jointjs.com/demos/directed-graph

alexandrkozyrev 2018-11-26T15:50:58.072Z

copy-paste is my third name

2018-11-26T15:55:14.072600Z

sure, i can set that up for you, hopefully later today

2018-11-26T20:52:34.074300Z

@alexandrkozyrev http://tank.hyperfiddle.net/:dustingetz!dagre-d3/ Is this all you need? The loader setup?

alexandrkozyrev 2018-11-26T21:05:48.074600Z

yes, smth like that

2018-11-26T21:37:58.075100Z

I improved it – we will need to work this loading state behavior into core

2018-11-26T21:39:05.075300Z

Actually i will improve it more

2018-11-26T21:44:50.075800Z

Ok, done. It is dumb that you have to understand any of this to use a js lib, we will fix it asap

2018-11-26T21:46:22.076Z

Here is joint http://tank.hyperfiddle.net/:dustingetz!jointjs/

2018-11-26T21:46:47.076600Z

Joint has a lot of javascript dependencies that i dont like (jquery, lodash, backbone) i think you might be unhappy using it from clojurescript, but it might work

2018-11-26T21:46:49.076800Z

it might be hard

2018-11-26T21:59:52.077100Z

Here is the canonical loader hacks demo, until it is resolved