KarimElghamry / GraphAV

A Graph Algorithms Visualizer built using React, Typescript and Styled Components.
https://karimelghamry.github.io/GraphAV/
MIT License
136 stars 8 forks source link

Feature Request: direct linking to saved graph visualization setups #54

Open augbog opened 4 years ago

augbog commented 4 years ago

Hello!

I wanted to put a feature request for this project to allow people to create URLs that directly link to what someone implemented in their local workspace. This would be useful if people (such as teachers) wanted to use your application to showcase a very specific traversal of a given algorithm with a specific graph set up without having to recreate the whole thing.

Regardless, great application :)

Ali-Amin commented 4 years ago

This is a great idea, we've discussed how to approach saving a certain setup for reuse later but we're currently focused on completing more essential features such as weighted edges and touch screen support. But adding saved states to users' graphs is definitely in our radar of new features, I'll add it to the README.md. Thank you for your input!