dev.breadpack.WPFNode
0.1.15
dotnet add package dev.breadpack.WPFNode --version 0.1.15
NuGet\Install-Package dev.breadpack.WPFNode -Version 0.1.15
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="dev.breadpack.WPFNode" Version="0.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dev.breadpack.WPFNode --version 0.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dev.breadpack.WPFNode, 0.1.15"
#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.
// Install dev.breadpack.WPFNode as a Cake Addin #addin nuget:?package=dev.breadpack.WPFNode&version=0.1.15 // Install dev.breadpack.WPFNode as a Cake Tool #tool nuget:?package=dev.breadpack.WPFNode&version=0.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WPFNode
WPFNode는 WPF 애플리케이션을 위한 강력하고 유연한 노드 기반 에디터 프레임워크입니다.
주요 기능
- 시각적 프로그래밍을 위한 노드 기반 인터페이스
- 데이터 흐름 시각화
- 사용자 정의 노드 생성 지원
- 드래그 앤 드롭 노드 연결
- 플러그인 시스템 지원
설치
NuGet 패키지 관리자를 통해 설치할 수 있습니다:
dotnet add package dev.BreadPack.WPFNode
또는 Visual Studio의 NuGet 패키지 관리자에서 'dev.BreadPack.WPFNode'를 검색하여 설치할 수 있습니다.
시작하기
- WPF 프로젝트에 WPFNode 패키지를 설치합니다.
- XAML에 네임스페이스를 추가합니다:
xmlns:wpfnode="clr-namespace:WPFNode.Controls;assembly=WPFNode.Controls"
- 노드 캔버스를 추가합니다:
<wpfnode:NodeCanvas x:Name="nodeCanvas" />
라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.
기여하기
버그 리포트, 기능 제안, 풀 리퀘스트를 환영합니다.
연락처
- 작성자: BreadPack
- 이메일: milennium9@breadpack.dev
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0-windows7.0
- CommunityToolkit.Mvvm (>= 8.4.0)
- Microsoft.Extensions.Logging (>= 9.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on dev.breadpack.WPFNode:
Package | Downloads |
---|---|
dev.breadpack.WPFNode.Plugins.Basic
WPFNode를 위한 기본 노드 플러그인 패키지 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release