A multi-platform data driven 2D diagram editor.
Перейти к файлу
Wiesław Šoltés bca39554f5 Update CubicBezierToolViewModel.cs 2022-11-22 11:10:51 +01:00
.github Add android demo 2022-11-14 20:49:05 +01:00
.nuke Add nuke build system 2021-11-23 09:12:09 +01:00
build/build Update to net7.0 2022-09-01 08:22:05 +02:00
samples Use CommunityToolkit.Mvvm 2022-11-19 23:18:12 +01:00
src Update CubicBezierToolViewModel.cs 2022-11-22 11:10:51 +01:00
tests/Core2D.UnitTests Update to net7.0 2022-09-01 08:22:05 +02:00
.editorconfig Update .editorconfig 2021-07-18 14:07:44 +02:00
.gitattributes
.gitignore Update .gitignore 2022-11-17 22:44:44 +01:00
Core2D.sln Add android demo 2022-11-14 20:49:05 +01:00
Directory.Build.props Use CommunityToolkit.Mvvm 2022-11-19 23:18:12 +01:00
LICENSE.TXT Rename LICENSE to LICENSE.TXT 2021-04-19 09:31:28 +02:00
NuGet.Config Update NuGet.Config 2022-10-10 22:10:05 +02:00
README.md Update README.md 2021-11-23 11:43:52 +01:00
azure-pipelines.yml Add android demo 2022-11-14 20:49:05 +01:00
build.cmd Add nuke build system 2021-11-23 09:12:09 +01:00
build.ps1 Add nuke build system 2021-11-23 09:12:09 +01:00
build.sh Add nuke build system 2021-11-23 09:12:09 +01:00
global.json Update global.json 2022-11-08 21:25:37 +01:00
icons.project Update icons.project 2021-11-23 18:22:03 +01:00
omnisharp.json

README.md

Core2D

CodeFactor

Build Status CI

GitHub release Github All Releases Github Releases

NuGet NuGet

A multi-platform data driven 2D diagram editor.

About

Core2D is a multi-platform application for making data driven 2D diagrams. The application has built-in wyswig vector graphics editor where you can bind data to shapes, share data across multiple documents, edit documents using layers. It supports exporting documents to many popular file formats like pdf, bitmaps and dxf. You can automate drawing and processing by using C# scripting.

image

Supported Platforms

  • Windows 7 SP1 or higher
  • Linux
  • macOS
  • Android, iOS, wasm are in the works

Usage

Core2D.Desktop:
  A multi-platform data driven 2D diagram editor.

Usage:
  Core2D.Desktop [options]

Options:
  -t, --theme <DefaultDark|DefaultLight|FluentDark|FluentLight>    Set application theme
  -s, --scripts <scripts>                                          The relative or absolute path to the script files
  -p, --project <project>                                          The relative or absolute path to the project file
  --repl                                                           Run scripting repl
  --useManagedSystemDialogs                                        Use managed system dialogs
  --useSkia                                                        Use Skia renderer
  --enableMultiTouch                                               Enable multi-touch [default: True]
  --useGpu                                                         Use Gpu [default: True]
  --allowEglInitialization                                         Allow EGL initialization [default: True]
  --useWgl                                                         Use Windows GL
  --useDeferredRendering                                           Use deferred rendering [default: True]
  --useWindowsUIComposition                                        Use Windows UI composition [default: True]
  --useDirectX11                                                   Use DirectX11 platform api
  --useHeadless                                                    Use headless
  --useHeadlessDrawing                                             Use headless drawing
  --useHeadlessVnc                                                 Use headless vnc
  --createHeadlessScreenshots                                      Create headless screenshots
  --vncHost <vncHost>                                              Vnc host
  --vncPort <vncPort>                                              Vnc port [default: 5901]
  --version                                                        Show version information
  -?, -h, --help                                                   Show help and usage information

Resources

JetBrains Rider

Core2D is developed using JetBrains Rider.

License

Core2D is licensed under the MIT License.