Core2D 是用于制作数据驱动的二维图表的多平台应用程序。该应用程序具有内置 wyswig 矢量图形编辑器,可以在其中将数据绑定到形状、跨多个文档共享数据、使用图层编辑文档。它支持将文档导出为多种流行的文件格式,例如 pdf、位图和 dxf。您可以使用 C# 脚本自动绘制和处理。
支持的平台
Windows 7 SP1 或更高版本
Linux
macOS
用法
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
评论