NodeGraph.Editor
0.1.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NodeGraph.Editor --version 0.1.0
NuGet\Install-Package NodeGraph.Editor -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.Editor" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NodeGraph.Editor" Version="0.1.0" />
<PackageReference Include="NodeGraph.Editor" />
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.Editor --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NodeGraph.Editor, 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.Editor@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.Editor&version=0.1.0
#tool nuget:?package=NodeGraph.Editor&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NodeGraph
NodeGraph は、C# と .NET 9 で構築された、モダンで高性能なビジュアルノードベースプログラミングシステムです。 Avalonia UI を採用しており、クロスプラットフォーム(Windows, macOS, Linux)で動作します。
(スクリーンショットはイメージです)
✨ 主な機能
- ハイパフォーマンス:
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 ライセンスの下で公開されています。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Avalonia (>= 11.3.10)
- Avalonia.Desktop (>= 11.3.10)
- Avalonia.Diagnostics (>= 11.3.10)
- Avalonia.Fonts.Inter (>= 11.3.10)
- Avalonia.Themes.Fluent (>= 11.3.10)
- CommunityToolkit.Mvvm (>= 8.4.0)
- Microsoft.Extensions.DependencyInjection (>= 10.0.1)
- NodeGraph (>= 0.1.0)
- YamlDotNet (>= 16.3.0)
-
net9.0
- Avalonia (>= 11.3.10)
- Avalonia.Desktop (>= 11.3.10)
- Avalonia.Diagnostics (>= 11.3.10)
- Avalonia.Fonts.Inter (>= 11.3.10)
- Avalonia.Themes.Fluent (>= 11.3.10)
- CommunityToolkit.Mvvm (>= 8.4.0)
- Microsoft.Extensions.DependencyInjection (>= 10.0.1)
- NodeGraph (>= 0.1.0)
- YamlDotNet (>= 16.3.0)
NuGet packages
This package is not used by any NuGet packages.
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 | 25 | 12/21/2025 |