|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Files | |
| EditorApp.h | |
| RenderSession — the headless sandbox/render-session core used by REPL and tooling. Owns the current document state (URI, raw bytes, rendered bitmap, wire stream) and exposes a narrow state-transition API that higher layers (a REPL, a GLFW/ImGui shell, a wasm frontend) call into. | |
| EditorRepl.h | |
| RenderSessionRepl is the stdin/stdout-driven command loop that sits on top of RenderSession. It exists so that the sandbox/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. | |