You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
A collection of highly performant controls for node-based editors designed for MVVM.
The goal of the port is to keep the codebase as similar to the original code as possible, to the point, where merges from the upstream are not a problem.
π Examples of node-based applications
πΆ A canvas application where you can draw and connect shapes.
For the wiki please refer to the original miroiu's Wiki since the API is identical, but please report bugs here. However, if you find a bug, please try to check if it also occurs in the original WPF's version.
Note
Avalonia.Point should be used in place of System.Windows.Point (Anchor points).
If you find a bug in Avalonia port, bug reports, PRs are more than welcome. If you think this might be not related to Avalonia, please try to reproduce it first in the original WPF's version.
About
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