The core controls for a node based editor (designed for MVVM)
$ dotnet add package Nodify
A collection of highly performant controls for node-based editors designed for MVVM.
[!TIP] There is now a fantastic Avalonia port available! You can check it out here. Huge thanks to BAndysc who made this possible!
🔶 A canvas application where you can draw and connect shapes.

🎨 A playground application where you can try all the available settings.

🌓 A state machine where each state represents an executable action, and each transition represents a condition for executing the next action.

💻 A simple "real-time" calculator where each node represents an operation that takes input and feeds its output into other node's input.

Use the NuGet package manager to install Nodify.
Install-Package Nodify
Check out the wiki and the changelog in github.
Helping with documentation, bug reports, pull requests or anything else is very welcome.