Skip to content

miroiu/nodify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

[Playground] Hide pending connection preview container when PreviewText is null #76
Add tooltip back to playground settings
8064823

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 26, 2023 21:42
June 12, 2021 17:05
June 5, 2021 21:34
August 27, 2020 18:42
August 27, 2020 18:42
December 5, 2020 01:22
October 12, 2022 21:20
January 9, 2021 01:05

Nodify Nodify

NuGet NuGet License C#

A collection of highly performant controls for node based editors designed for MVVM.

πŸš€ Examples of node-based applications

🎨 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 the next action to execute.

Examples/Nodify.StateMachine

StateMachine

πŸ’» A simple "real-time" calculator where each node represents an operation that takes input and feeds its output into other nodes 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

πŸ“ Documentation

Check out the wiki and the changelog in github.

❀️ Contributing

Helping with documentation, bug reports, pull requests or anything else is very welcome.