dev.breadpack.WPFNode.Plugins.Basic
0.1.13
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package dev.breadpack.WPFNode.Plugins.Basic --version 0.1.13
NuGet\Install-Package dev.breadpack.WPFNode.Plugins.Basic -Version 0.1.13
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.Plugins.Basic" Version="0.1.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dev.breadpack.WPFNode.Plugins.Basic --version 0.1.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dev.breadpack.WPFNode.Plugins.Basic, 0.1.13"
#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.Plugins.Basic as a Cake Addin #addin nuget:?package=dev.breadpack.WPFNode.Plugins.Basic&version=0.1.13 // Install dev.breadpack.WPFNode.Plugins.Basic as a Cake Tool #tool nuget:?package=dev.breadpack.WPFNode.Plugins.Basic&version=0.1.13
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
- dev.breadpack.WPFNode (>= 0.1.13)
- Extended.Wpf.Toolkit (>= 4.7.25103.5738)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release