• Stars
    star
    911
  • Rank 49,842 (Top 1.0 %)
  • Language
    C#
  • License
    MIT License
  • Created about 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.

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.