Starting point : Identify algorithm components
Closed this issue · 1 comments
maxkfranz commented
- Identify each component of the algorithm from
ngraph.asyncforce
, linking to the location in the code for each component. - Create separate Github issues for porting each component to the Euler layout
maxkfranz commented
- Top level tick : https://github.com/anvaka/ngraph.asyncforce/blob/master/lib/layoutWorker.js#L94
- Algorithm top level / config : https://github.com/anvaka/ngraph.forcelayout3d/blob/master/index.js#L10