BAndysc / nodify-avalonia

Highly performant and modular controls for node-based editors designed for data-binding and MVVM for Avalonia. Port of WPF's version: https://miroiu.github.io/nodify
https://github.com/BAndysc/nodify-avalonia
MIT License
131 stars 7 forks source link

Update README.md #19

Closed ArronDavies closed 2 months ago

ArronDavies commented 2 months ago

Spent far too long going in circles with this one... 😄

📝 Description of the Change

Modifications to the readme to clarify which point struct should be used, as opposed to the official docs which state that System.Windows.Point needs to be used.

🐛 Possible Drawbacks

Correct location for this info?

BAndysc commented 2 months ago

Thank you, I didn't think about it before, but it makes perfect sense.

As a side note, only now I realized that it makes more difficult to reuse ViewModels between WPF and Avalonia, but there isn't much I can do I am afraid. People who want to reuse viewmodels probably should create a custom Point type and create a converter for both WPF and Avalonia.