Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork285
Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
License
miroiu/nodify
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 outhere. Huge thanks toBAndysc 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- Designed from the start to work withMVVM
- No dependencies other than WPF
- Optimized for interactions with hundreds of nodes at once
- Built-in dark and lightthemes
- Selecting,zooming,panning withauto panning when close to edge
- Select,move andconnect nodes
- Ready for undo/redo
- Configurable input gestures for each action
- Built-in keyboard navigation system
- Lots ofconfigurable dependency properties
- Example applications: 🎨Playground, 🌓State machine, 💻Calculator, 🔶Canvas
Check out thewiki and thechangelog in github.
Helping with documentation, bug reports, pull requests or anything else is very welcome.
About
Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.




