dash14 / v-network-graph

An interactive network graph visualization component for Vue 3
https://dash14.github.io/v-network-graph/
MIT License
509 stars 44 forks source link

victor as devDependency - not really maintained - action needed? #6

Closed markus-ebner closed 2 years ago

markus-ebner commented 3 years ago

What do you think of victor as dev dependencies? It is pretty unmaintained (last update 6 years ago, some issues open, some PR open)

dash14 commented 3 years ago

Thank you for your feedback. It has been very helpful in speeding up the development process, but I actually had some trouble with unfixed bugs. When the development progresses a little further, I would like to consider having vector calculation code inside, or changing to another library. If you know of any good 2d vector library, please let me know.

markus-ebner commented 3 years ago

Thanks for the clarification. Unfortunately, I don't know any good 2d libraries.

dash14 commented 2 years ago

It took some time, but I implemented the calculation process internally and removed victor as a dependency. (v0.5.0) Thank you for bringing up the issue!