{"id":14965118,"url":"https://github.com/wieslawsoltes/nodeeditor","last_synced_at":"2025-03-01T08:10:48.934Z","repository":{"id":143689554,"uuid":"420487594","full_name":"wieslawsoltes/NodeEditor","owner":"wieslawsoltes","description":"A node editor control for Avalonia.","archived":false,"fork":false,"pushed_at":"2024-10-31T12:49:59.000Z","size":533190,"stargazers_count":196,"open_issues_count":6,"forks_count":28,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-02-22T07:12:22.127Z","etag":null,"topics":["avalonia","avaloniaui","graph","graph-control","logic-diagram","node-editor"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieslawsoltes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["wieslawsoltes"]}},"created_at":"2021-10-23T18:08:08.000Z","updated_at":"2025-02-21T23:58:36.000Z","dependencies_parsed_at":"2024-12-20T21:11:13.487Z","dependency_job_id":"21f67c84-5854-442b-8d37-3d4e2c8a1c0b","html_url":"https://github.com/wieslawsoltes/NodeEditor","commit_stats":{"total_commits":533,"total_committers":3,"mean_commits":"177.66666666666666","dds":"0.38649155722326456","last_synced_commit":"a9544a08c4ec9e1d0cbdb325fc96881dc1b6dca3"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FNodeEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FNodeEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FNodeEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FNodeEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/NodeEditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241335589,"owners_count":19946085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avalonia","avaloniaui","graph","graph-control","logic-diagram","node-editor"],"created_at":"2024-09-24T13:34:14.981Z","updated_at":"2025-03-01T08:10:48.910Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","readme":"# NodeEditor\n\n[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.NodeEditor?branchName=main)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=104\u0026branchName=main)\n[![CI](https://github.com/wieslawsoltes/NodeEditor/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/NodeEditor/actions/workflows/build.yml)\n\n[![NuGet](https://img.shields.io/nuget/v/NodeEditorAvalonia.svg)](https://www.nuget.org/packages/NodeEditorAvalonia)\n[![NuGet](https://img.shields.io/nuget/dt/NodeEditorAvalonia.svg)](https://www.nuget.org/packages/NodeEditorAvalonia)\n\nA node editor control for Avalonia.\n\n# About\n\nThe node editor is an Avalonia control for editing and rendering nodes and connectors. Node contents can be defined from xaml. Node controls, connectors and pins can be retemplated from xaml or used with the provided default theme. The contents of the nodes are rendered based on provided view models. The default implementation of the view models is done using ReactiveUI, users can create their own view models based on core model interfaces. The node contents are resolved using the provided object type by view locator.\n\n![image](https://user-images.githubusercontent.com/2297442/201498448-cd76b29f-ea87-4f0b-9dd5-071c9e49b7c2.png)\n\n## Building NodeEditor\n\nFirst, clone the repository or download the latest zip.\n```\ngit clone https://github.com/wieslawsoltes/NodeEditor.git\n```\n\n### Build on Windows using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=windows).\n\nOpen up a command-prompt and execute the commands:\n```\n.\\build.ps1\n```\n\n### Build on Linux using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=linux).\n\nOpen up a terminal prompt and execute the commands:\n```\n./build.sh\n```\n\n### Build on OSX using script\n\n* [.NET Core](https://www.microsoft.com/net/download?initial-os=macos).\n\nOpen up a terminal prompt and execute the commands:\n```\n./build.sh\n```\n\n## Web\n\n```\ngit clone https://github.com/wieslawsoltes/NodeEditor.git\ndotnet workload install wasm-tools\ndotnet run --project ./samples/NodeEditor.Web/NodeEditor.Web.csproj -c Release\n```\n\n## NuGet\n\nNodeEditor is delivered as a NuGet package.\n\nYou can find the packages here [NuGet](https://www.nuget.org/packages/NodeEditorAvalonia/) and install the package like this:\n\n`Install-Package NodeEditorAvalonia`\n\n## Available Packages\n\n* [NodeEditorAvalonia](https://www.nuget.org/packages/NodeEditorAvalonia) - The main package with Avalonia controls and default theme.\n* [NodeEditorAvalonia.Model](https://www.nuget.org/packages/NodeEditorAvalonia.Model) - The base interfaces used in controls and view models.\n* [NodeEditorAvalonia.MVVM](https://www.nuget.org/packages/NodeEditorAvalonia.MVVM) - The MVVM view models with default implementation.\n\n### Package Sources\n\n* https://api.nuget.org/v3/index.json\n* https://www.myget.org/F/avalonia-ci/api/v2\n\n## Resources\n\n* [GitHub source code repository.](https://github.com/wieslawsoltes/NodeEditor)\n\n## License\n\nNodeEditor is licensed under the [MIT license](LICENSE.TXT).\n","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Fnodeeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2Fnodeeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Fnodeeditor/lists"}