# NodeEditor **Repository Path**: lindx-code/NodeEditor ## Basic Information - **Project Name**: NodeEditor - **Description**: 这个是一个简单的节点编辑器工具,可以导出json格式文件 - **Primary Language**: C# - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-06 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeEditor - 节点编辑器 这个是一个简单的节点编辑器工具,可以通过dotnet命令直接编译运行,主要是通过对 [node-graph-wpf](https://github.com/ogxd/node-graph-wpf.git) 进行二次开发。可以导出成json格式文件。 ## 安装环境 dotnet 5.0.408 尽可能是5版本 ## 运行 dotnet run ## 打包生成可执行文件 dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true ![界面截图](screenshot.png)