NodeGraph.Model
0.1.1-preview.1
.NET 9.0
This package targets .NET 9.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
This is a prerelease version of NodeGraph.Model.
dotnet add package NodeGraph.Model --version 0.1.1-preview.1
NuGet\Install-Package NodeGraph.Model -Version 0.1.1-preview.1
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.Model" Version="0.1.1-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NodeGraph.Model" Version="0.1.1-preview.1" />
<PackageReference Include="NodeGraph.Model" />
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.Model --version 0.1.1-preview.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NodeGraph.Model, 0.1.1-preview.1"
#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.Model@0.1.1-preview.1
#: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.Model&version=0.1.1-preview.1&prerelease
#tool nuget:?package=NodeGraph.Model&version=0.1.1-preview.1&prerelease
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 | net5.0 was computed. net5.0-windows was computed. 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. 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. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.Extensions.AI (>= 10.1.1)
- Microsoft.Extensions.AI.OpenAI (>= 10.1.1-preview.1.25612.2)
- System.Text.Json (>= 10.0.1)
- YamlDotNet (>= 16.3.0)
-
net10.0
- Microsoft.Extensions.AI (>= 10.1.1)
- Microsoft.Extensions.AI.OpenAI (>= 10.1.1-preview.1.25612.2)
- YamlDotNet (>= 16.3.0)
-
net9.0
- Microsoft.Extensions.AI (>= 10.1.1)
- Microsoft.Extensions.AI.OpenAI (>= 10.1.1-preview.1.25612.2)
- YamlDotNet (>= 16.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NodeGraph.Model:
| Package | Downloads |
|---|---|
|
NodeGraph
Visual node-based programming system for .NET. Includes core engine and source generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1-preview.1 | 23 | 12/21/2025 |
| 0.1.0 | 26 | 12/21/2025 |