NodeEditor

(β˜… 288)

A node editor control for Avalonia.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • AGENTS.md
  • build-docs.ps1
  • build-docs.sh
  • build.cmd
  • build.ps1
  • build.sh
  • check-docs.sh
  • Directory.Build.props
  • Directory.Packages.props
  • global.json
  • LICENSE.TXT
  • NodeEditor.slnx
  • nuget.config
  • README.md
  • serve-docs.ps1
  • serve-docs.sh

# Installation Guide

1. Get the code
git clone https://github.com/wieslawsoltes/NodeEditor

Downloads the entire project code from GitHub to your computer.

cd NodeEditor

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet workload install wasm-tools

Type this command into your terminal and run it.

dotnet run --project ./samples/NodeEditor.Web/NodeEditor.Web.csproj -c Release

Builds the project and runs it immediately.

dotnet run --project ./samples/NodeEditor.Desktop/NodeEditor.Desktop.csproj -c Release

Builds the project and runs it immediately.

dotnet run --project ./samples/NodeEditor.Logic.Desktop/NodeEditor.Logic.Desktop.csproj -c Release

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation