Nodify 7.3.0
dotnet add package Nodify --version 7.3.0
NuGet\Install-Package Nodify -Version 7.3.0
<PackageReference Include="Nodify" Version="7.3.0" />
<PackageVersion Include="Nodify" Version="7.3.0" />
<PackageReference Include="Nodify" />
paket add Nodify --version 7.3.0
#r "nuget: Nodify, 7.3.0"
#:package Nodify@7.3.0
#addin nuget:?package=Nodify&version=7.3.0
#tool nuget:?package=Nodify&version=7.3.0
Nodify <img src="https://user-images.githubusercontent.com/12727904/195416464-cbe7e3be-a372-4a17-a4be-a868059b9d7e.png" width="120px" alt="Nodify" align="right">
A collection of highly performant controls for node-based editors designed for MVVM.
There is now a fantastic Avalonia port available! You can check it out here. Huge thanks to BAndysc who made this possible!
🚀 Examples of node-based applications
🧩 A workflow designer app where you can visualize CI/CD pipelines and their dependencies.

🔶 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.

📥 Installation
Use the NuGet package manager to install Nodify.
Install-Package Nodify
⭐️ Features
- Designed from the start to work with MVVM
- No dependencies other than WPF
- Optimized for interactions with hundreds of nodes at once
- Built-in dark and light themes
- Selecting, zooming, panning with auto panning when close to edge
- Select, move and connect nodes
- Ready for undo/redo
- Configurable input gestures for each action
- Built-in keyboard navigation system
- Lots of configurable dependency properties
- Example applications: 🎨 Playground, 🌓 State machine, 💻 Calculator, 🔶 Canvas
📝 Documentation
Check out the wiki and the changelog in github.
❤️ Contributing
Helping with documentation, bug reports, pull requests or anything else is very welcome.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net9.0-windows7.0 is compatible. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Core | netcoreapp3.1 is compatible. |
| .NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
-
net9.0-windows7.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Nodify:
| Package | Downloads |
|---|---|
|
Someday.Digital.Machines
Package Description |
|
|
StarshipTheme.Blueprints
Package Description |
|
|
Someday.Nodify.Shared
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nodify:
| Repository | Stars |
|---|---|
|
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.3.0 | 304 | 4/23/2026 |
| 7.2.0 | 999 | 2/24/2026 |
| 7.1.0 | 11,104 | 7/7/2025 |
| 7.0.4 | 3,610 | 6/6/2025 |
| 7.0.3 | 1,075 | 5/2/2025 |
| 7.0.2 | 278 | 4/26/2025 |
| 7.0.1 | 19,538 | 1/24/2025 |
| 7.0.0 | 3,657 | 12/23/2024 |
| 6.6.0 | 4,013 | 11/25/2024 |
| 6.5.0 | 1,886 | 10/22/2024 |
| 6.4.0 | 2,196 | 9/12/2024 |
| 6.3.0 | 1,317 | 7/27/2024 |
| 6.2.0 | 313 | 7/23/2024 |
| 6.1.0 | 1,028 | 7/12/2024 |
| 6.0.0 | 1,444 | 5/13/2024 |
| 5.2.0 | 3,500 | 3/24/2024 |
| 5.1.0 | 11,102 | 1/17/2024 |
| 5.0.2 | 9,076 | 5/20/2023 |
| 5.0.1 | 544 | 4/10/2023 |
| 5.0.0 | 463 | 3/31/2023 |
> - Breaking Changes:
> - Renamed BeginGesture to DragGesture in DragState
> - DragState uses virtual properties to retrieve the required gestures instead of constructor arguments
> - Features:
> - Added InputGestures dependency property to NodifyEditor and Minimap to specify which gestures mappings to use
> - Added ActualGestures to Minimap, NodifyEditor and its elements
> - Added ContentPadding dependency property to Node to allow adjusting the spacing between input and output panels
> - Added IsContentHitTestVisible dependency property to GroupingNode to allow selecting nodes and connections behind it when clicking on its content area
> - Added ResizeThumbTemplate dependency property to GroupingNode to allow customizing the resize thumb
> - Bugfixes:
> - Fixed StepConnection applying SourceOffset in the wrong direction in some cases