iVis-at-Bilkent / cytoscape.js-fcose

fCoSE: a fast Compound Spring Embedder
MIT License
134 stars 25 forks source link

Incremental packing of components #31

Closed ugurdogrusoz closed 3 years ago

ugurdogrusoz commented 3 years ago

This library along with related ones (e.g. cose-bilkent) should use incremental packing (as implemented here) when packing is enabled. When tile is true during incremental layout, let's make sure to assign a proper initial position to the compound representing tiled nodes. If this is done, packComponents will do a better job tiling disconnected nodes incrementally.

ugurdogrusoz commented 3 years ago

Well done!