JuliaGraphs / NetworkLayout.jl

Layout algorithms for graphs and trees in pure Julia.
Other
96 stars 22 forks source link

Springify (modded Spring layout with CUDA kernel) #50

Closed Cvikli closed 2 years ago

Cvikli commented 2 years ago

I find Spring layout sometimes too overcrowded at specified graphs. This layout algorithms sometimes gives a little bit better graph structure. It uses CUDA for ordering as I need larger graphs sometime to order.

I know there are some works need to be done to be merged. But I hope it is a good start.

hexaeder commented 2 years ago

Something went wrong here, you're proposing to merge master into an very old dev branch. I'll close this PR, feel free to open a new one...