NodeGraph 0.1.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package NodeGraph --version 0.1.0
                    
NuGet\Install-Package NodeGraph -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NodeGraph" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NodeGraph" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="NodeGraph" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NodeGraph --version 0.1.0
                    
#r "nuget: NodeGraph, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NodeGraph@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NodeGraph&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=NodeGraph&version=0.1.0
                    
Install as a Cake Tool

NodeGraph

NodeGraph は、C# と .NET 9 で構築された、モダンで高性能なビジュアルノードベースプログラミングシステムです。 Avalonia UI を採用しており、クロスプラットフォーム(Windows, macOS, Linux)で動作します。

NodeGraph Screenshot (スクリーンショットはイメージです)

✨ 主な機能

  • ハイパフォーマンス: ArrayPool やオブジェクトプーリングを積極的に活用し、メモリ割り当てを最小限に抑えた設計。
  • 非同期実行: Task ベースの実行エンジンにより、UIをブロックすることなく複雑な計算フローを実行可能。
  • 強力な型システム: ジェネリクスを活用した型安全なポート接続と、柔軟な型変換システム。
  • 拡張性: Roslyn Source Generator により、属性 ([Node], [Input], [Output]) を付けるだけで簡単にカスタムノードを作成可能。
  • モダンなUI: Avalonia UI によるスムーズなパン・ズーム操作と、MVVMパターンによるクリーンな設計。
  • 永続化: YAML形式でのグラフ保存・読み込みと、Undo/Redoの完全サポート。

🚀 クイックスタート

必要要件

  • .NET 9.0 SDK

ビルド

dotnet build NodeGraph.slnx

エディタの実行

dotnet run --project src\NodeGraph.Editor\NodeGraph.Editor.csproj

テストの実行

dotnet test NodeGraph.slnx

📖 ドキュメント

詳細なドキュメントは docs/ ディレクトリにあります。

🛠️ 技術スタック

  • 言語: C# 12 (.NET 9.0)
  • UIフレームワーク: Avalonia UI 11.3.8
  • MVVM: CommunityToolkit.Mvvm
  • メタプログラミング: Roslyn Source Generators
  • シリアライゼーション: YamlDotNet

📄 ライセンス

このプロジェクトは MIT ライセンスの下で公開されています。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NodeGraph:

Package Downloads
NodeGraph.Editor

Avalonia-based visual node editor for NodeGraph.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1-preview.1 22 12/21/2025
0.1.0 24 12/21/2025