Skip to content

is it possible to add new verticies/edges without having a full relayout of the graph? #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ploring04 opened this issue Aug 1, 2020 · 0 comments

Comments

@ploring04
Copy link

i have a working mapping software for a game where it adds the zones as a vertex and connections between zones as an edge. I've been trying to figure out if its possible to add a new edge/vertex without calling GenerateGraph() which is working but completely moves all the verities and edges around for every call?

my work around is after the vertex/edge is added it "moves" to the current vertex (zone) that i am currently in. Ideally I think it would work better if there was a way to just add the vertex/edge without re-generating the rest of the graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant