Home - miroiu/nodify GitHub Wiki

editor-interaction

Welcome to Nodify!

Nodify is a WPF node-based editor control featuring a collection of nodes, connections, and connectors components aiming to simplify the process of building node-based tools.

It is inspired by Unreal Engine's Blueprints Visual Scripting system but focuses only on the user interface and user interaction part. Unlike Blueprints, Nodify is a general-purpose library that offers a node graph editor component that can be embedded in any WPF application.

The graph editor is an infinite area where you can place and move nodes around, select and drag groups of nodes, connect and disconnect nodes or connectors, zoom in and out, and automatically move the screen when dragging a node or a wire near the edges and much more.

Nodify is feature-rich and optimized for interaction with hundreds of nodes at once, and... it is built from the ground up to work with MVVM.

Requirements

IDE C# .NET

Install Nodify from Nuget

Download Package

Install-Package Nodify

Application examples

IDE