miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.38k stars 224 forks source link

[Question] How to implement SmoothStep Connection style on WPF? #148

Closed lyq-lin closed 5 days ago

lyq-lin commented 6 days ago

Hello,@miroiu! As described in the title, I would like to discuss how to implement the style of smooth step connection on WPF? Because in similar node editors, I seem to have only seen similar designs on the browser side. After practicing and researching, I found that implementing the smooth step style is extremely troublesome. I would like to know if I will learn how to implement smooth step connection in notify? image

miroiu commented 6 days ago

Hi @lyq-lin ! I implemented the feature in this PR: #149. Please let me know if that works for you.

lyq-lin commented 5 days ago

It's amazing that I can always learn the "best practices" of WPF on notify. Thank you for your answer @miroiu