Skip to content

dgleich/GraphPlayground.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphPlayground.jl

Stable Dev Build Status Coverage Aqua

This is an extension of GraphMakie.jl that creates an interactive window for graph exploration.

It includes a port of the d3-force package to Julia to handle the force directed layout. This may be removed at some point.

Usage

using Graphs, GraphPlayground, GLMakie
g = grid([10,10]) # make a 10x10 grid from Graphs
playground(g)

This opens an interactive window that will visualize the graph.

About

Really playing with graphs in Julia via an interactive Makie window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages