Nodify 2.0.0
See the version list below for details.
dotnet add package Nodify --version 2.0.0
NuGet\Install-Package Nodify -Version 2.0.0
<PackageReference Include="Nodify" Version="2.0.0" />
paket add Nodify --version 2.0.0
#r "nuget: Nodify, 2.0.0"
// Install Nodify as a Cake Addin #addin nuget:?package=Nodify&version=2.0.0 // Install Nodify as a Cake Tool #tool nuget:?package=Nodify&version=2.0.0
Nodify
A collection of high-performance controls for node-based editors designed for MVVM.
⭐️ 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 in GitHub.
❤️ Contributing
Helping with documentation, bug reports, pull requests or anything else is very welcome.
📃 Changelog
The changelog can be found here
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Nodify:
Package | Downloads |
---|---|
Aurora.Workflows.UI.Core
A versatile C# workflow engine designed to streamline task management. Easily define and execute workflows with built-in tasks or customize your own to fit specific needs. Perfect for automating processes and improving efficiency in any application. |
|
Aurora.Workflows.UI.Host
A versatile C# workflow engine designed to streamline task management. Easily define and execute workflows with built-in tasks or customize your own to fit specific needs. Perfect for automating processes and improving efficiency in any application. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nodify:
Repository | Stars |
---|---|
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
|
Version | Downloads | Last updated |
---|---|---|
6.5.0 | 705 | 10/22/2024 |
6.4.0 | 1,077 | 9/12/2024 |
6.3.0 | 952 | 7/27/2024 |
6.2.0 | 121 | 7/23/2024 |
6.1.0 | 387 | 7/12/2024 |
6.0.0 | 1,184 | 5/13/2024 |
5.2.0 | 1,181 | 3/24/2024 |
5.1.0 | 5,625 | 1/17/2024 |
5.0.2 | 7,479 | 5/20/2023 |
5.0.1 | 379 | 4/10/2023 |
5.0.0 | 291 | 3/31/2023 |
4.1.0 | 4,250 | 10/18/2022 |
4.0.1 | 416 | 10/17/2022 |
4.0.0 | 434 | 10/15/2022 |
3.0.0 | 524 | 10/5/2022 |
2.0.1 | 455 | 9/26/2022 |
2.0.0 | 477 | 9/23/2022 |
1.8.0 | 935 | 5/27/2022 |
1.7.0 | 1,117 | 6/12/2021 |
1.6.2 | 386 | 6/5/2021 |
1.6.1 | 428 | 3/4/2021 |
1.6.0 | 473 | 12/21/2020 |
Added ResizeStartedEvent to GroupingNode
Added ViewportSize dependency property
Added ActualSize - OneWayToSource to ItemContainer
Added DecoratorContainer and DecoratorContainerStyle to NodifyEditor
Added RemoveConnectionCommand to NodifyEditor
Added DisconnectCommand and SplitCommand to BaseConnection
Added ContentBrush to NodifyEditor
Added HasFooter to Node
Added FitToScreen to NodifyEditor and EditorCommands
Added onFinish callback to NodifyEditor.BringIntoView
Added ArrowSize and Spacing to all connections (BaseConnection)
Added BringIntoViewMaxDuration to NodifyEditor
Added BringIntoViewSpeed to NodifyEditor
Auto panning speed now scales with the zoom factor.
Breaking Changes:
Removed https://miroiu.github.io/winfx/xaml/nodify xaml prefix
Renamed NodifyEditor.Offset to ViewportLocation
Renamed NodifyEditor.Scale to ViewportZoom
Renamed NodifyEditor.MinScale to MinViewportZoom
Renamed NodifyEditor.MaxScale to MaxViewportZoom
Renamed NodifyEditor.AppliedTransform to ViewportTransform
Renamed DirectionalConnection to LineConnection
Removed NodifyEditor.BringIntoViewAnimationDuration
Removed NodifyEditor.Viewport dependency property
Removed ActualSize from StateNode
Removed Icon from Node as it can (and should) be added in a custom header template if necessary
PART_ItemsHost is now mandatory for NodifyEditor
ItemContainer cannot be used outside a NodifyEditor
Removed custom converters
NodifyEditor.ZoomAtPosition now requires graph space coordinates instead of screen space coordinates
Made DependencyObjectExtensions internal