Skip to content

miroiu/nodify

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2024
Apr 23, 2025
May 7, 2025
Jun 12, 2021
Apr 24, 2025
Jun 5, 2021
Aug 27, 2020
May 7, 2025
Sep 24, 2020
Mar 11, 2024
Aug 27, 2020
Jun 26, 2024
Jun 5, 2021
Apr 5, 2021
Jul 27, 2024
Jan 8, 2021

Repository files navigation

Nodify Nodify

NuGet NuGet License C#

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!

πŸš€ Examples of node-based applications

πŸ”Ά A canvas application where you can draw and connect shapes.

Examples/Nodify.Shapes

Canvas

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

Examples/Nodify.Playground

Playground

πŸŒ“ A state machine where each state represents an executable action, and each transition represents a condition for executing the next action.

Examples/Nodify.StateMachine

StateMachine

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

Examples/Nodify.Calculator

Calculator

πŸ“₯ 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
  • Lots of configurable dependency properties
  • Ready for undo/redo
  • 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.