Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::EditorShellOptions Struct Reference

Public Attributes

std::string svgPath
std::optional< std::string > initialSource
std::optional< std::string > initialPath
bool showWelcome = false
 Show the in-workspace welcome and sample picker on the first frame.
std::string editorNoticeText
std::optional< std::string > reproOutputPath
 Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.

Member Data Documentation

◆ editorNoticeText

std::string donner::editor::EditorShellOptions::editorNoticeText

◆ initialPath

std::optional<std::string> donner::editor::EditorShellOptions::initialPath

◆ initialSource

std::optional<std::string> donner::editor::EditorShellOptions::initialSource

◆ reproOutputPath

std::optional<std::string> donner::editor::EditorShellOptions::reproOutputPath

Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.

◆ showWelcome

bool donner::editor::EditorShellOptions::showWelcome = false

Show the in-workspace welcome and sample picker on the first frame.

◆ svgPath

std::string donner::editor::EditorShellOptions::svgPath

The documentation for this struct was generated from the following file: