Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

New simpler step router #256

Open zHaytam opened 1 year ago

240026763 commented 1 year ago

By step router, do you mean the orthogonal router? If so, I would love to test it out. I don't mind the operation of the current one but the code definitely has a Javascript smell.

zHaytam commented 1 year ago

I just ended up optimizing the current orthogonal one instead of creating a new one (which I should do, it will be a simple one). Improved orthogonal router is 5x faster than the old one.