I found a solution that works for me in case anyone is interested:
- Use Makie.jl to draw the graph using the scatter and line functions
- Get the initial layout coordinates with NetworkLayout.jl
- Use Makie’s
scene.events.mousepositionto update the positions of the vertices