{"id":14965079,"url":"https://github.com/wieslawsoltes/core2d","last_synced_at":"2025-05-14T16:15:33.146Z","repository":{"id":38693435,"uuid":"44004125","full_name":"wieslawsoltes/Core2D","owner":"wieslawsoltes","description":"A multi-platform data driven 2D diagram editor.","archived":false,"fork":false,"pushed_at":"2024-10-31T18:44:21.000Z","size":38984,"stargazers_count":1055,"open_issues_count":0,"forks_count":124,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-13T01:57:31.134Z","etag":null,"topics":["avalonia","avaloniaui","c-sharp","data","diagram","editor","graphics","gui","multi-platform","shapes","wysiwyg-editor","xaml"],"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":"2015-10-10T09:27:44.000Z","updated_at":"2025-04-07T05:31:53.000Z","dependencies_parsed_at":"2024-05-18T17:43:37.861Z","dependency_job_id":"e8998248-de34-462d-9bc9-fa88b9f26821","html_url":"https://github.com/wieslawsoltes/Core2D","commit_stats":{"total_commits":10560,"total_committers":1,"mean_commits":10560.0,"dds":0.0,"last_synced_commit":"7e6ba14b649988579e6ea58090caa6c45ad8370b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FCore2D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FCore2D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FCore2D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FCore2D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/Core2D/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654048,"owners_count":21140235,"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","c-sharp","data","diagram","editor","graphics","gui","multi-platform","shapes","wysiwyg-editor","xaml"],"created_at":"2024-09-24T13:34:11.353Z","updated_at":"2025-04-13T01:58:05.217Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":["https://github.com/sponsors/wieslawsoltes"],"categories":[],"sub_categories":[],"readme":"# Core2D\n\n[![CI](https://github.com/wieslawsoltes/Core2D/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/Core2D/actions/workflows/build.yml)\n\nA multi-platform data driven 2D diagram editor.\n\n## About\n\nCore2D is a multi-platform application for making data driven 2D diagrams. \nThe application has built-in wyswig vector graphics editor where you can bind data to shapes, \nshare data across multiple documents, edit documents using layers. \nIt supports exporting documents to many popular file formats like pdf, bitmaps and dxf. \nYou can automate drawing and processing by using C# scripting.\n\n![image](https://user-images.githubusercontent.com/2297442/131457859-94a2c5c3-f85c-4ac0-a7b0-ec07e86595b7.png)\n\n## Supported Platforms\n\n* `Windows 7 SP1 or higher`\n* `Linux`\n* `macOS`\n\n## Usage\n\n```\nCore2D:\n  A multi-platform data driven 2D diagram editor.\n\nUsage:\n  Core2D [options]\n\nOptions:\n  -t, --theme \u003cDefaultDark|DefaultLight|FluentDark|FluentLight\u003e    Set application theme\n  -s, --scripts \u003cscripts\u003e                                          The relative or absolute path to the script files\n  -p, --project \u003cproject\u003e                                          The relative or absolute path to the project file\n  --repl                                                           Run scripting repl\n  --useManagedSystemDialogs                                        Use managed system dialogs\n  --useSkia                                                        Use Skia renderer\n  --enableMultiTouch                                               Enable multi-touch [default: True]\n  --useGpu                                                         Use Gpu [default: True]\n  --allowEglInitialization                                         Allow EGL initialization [default: True]\n  --useWgl                                                         Use Windows GL\n  --useDeferredRendering                                           Use deferred rendering [default: True]\n  --useWindowsUIComposition                                        Use Windows UI composition [default: True]\n  --useDirectX11                                                   Use DirectX11 platform api\n  --useHeadless                                                    Use headless\n  --useHeadlessDrawing                                             Use headless drawing\n  --useHeadlessVnc                                                 Use headless vnc\n  --createHeadlessScreenshots                                      Create headless screenshots\n  --vncHost \u003cvncHost\u003e                                              Vnc host\n  --vncPort \u003cvncPort\u003e                                              Vnc port [default: 5901]\n  --version                                                        Show version information\n  -?, -h, --help                                                   Show help and usage information\n```\n\n## Resources\n\n* [GitHub source code repository.](https://github.com/wieslawsoltes/Core2D)\n* [Wiki.](https://github.com/wieslawsoltes/Core2D/wiki)\n\n## JetBrains Rider\n\nCore2D is developed using [JetBrains Rider](https://www.jetbrains.com/rider/).\n\n## License\n\nCore2D is licensed under the [MIT License](LICENSE.TXT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Fcore2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2Fcore2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Fcore2d/lists"}