LucPrestin / Hidden-Modularity

MIT License
1 stars 0 forks source link

Implement force simulation in squeak #36

Open LucPrestin opened 2 years ago

LucPrestin commented 2 years ago

Describe the solution you'd like

Currently, whenever we want to look at the visualization of a graph generated from a trace, we have to export it to a json file to then load it into a visualization written in JavaScript that runs in a browser.

This was made this way, because I new how to use d3 and the visualization is ultimately just a tool for insight-gaining. It has some problems though. When we moved the aggregations back into squeak, that also meant that we could no longer have a look into the aggregations that we made. The way back to the data broke off.

To shorten the feedback look and allow for some kind of going back to the data, it would be good to have the visualization in squeak too.

Hints & Thoughts

LinqLover commented 2 years ago

Just three very random pointers, not necessarily of your interest: