|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Files | |
| EditorApp.h | |
| RenderSession - the headless render-session core used by REPL and tooling. Owns the current document state (URI, raw bytes, rendered bitmap) and exposes a narrow state-transition API that higher layers can call into. | |
| EditorRepl.h | |
| RenderSessionRepl is the stdin/stdout-driven command loop that sits on top of RenderSession. It exists so that render-session tooling can be driven (and tested) without an ImGui window - the shell layer is a thin parser that maps line-based text commands to RenderSession methods and writes human-readable output. | |