/NodeEditor

Primary LanguageC#MIT LicenseMIT

NodeEditor

Build Status CI

NuGet NuGet

A node editor control for Avalonia.

Building NodeEditor

First, clone the repository or download the latest zip.

git clone https://github.com/wieslawsoltes/NodeEditor.git

Build on Windows using script

Open up a command-prompt and execute the commands:

.\build.ps1

Build on Linux using script

Open up a terminal prompt and execute the commands:

./build.sh

Build on OSX using script

Open up a terminal prompt and execute the commands:

./build.sh

NuGet

NodeEditor is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package NodeEditorAvalonia

Package Sources

Resources

License

NodeEditor is licensed under the MIT license.