|
|
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.
|
#include <cstdint>#include <optional>#include <vector>#include "donner/base/EcsRegistry.h"#include "donner/base/Vector2.h"#include "donner/editor/AsyncRenderer.h"#include "donner/editor/CompositedPresentation.h"#include "donner/editor/SelectTool.h"Classes | |
| struct | donner::editor::PresentationRenderScheduleInput |
| Inputs for one editor-style render scheduling decision. More... | |
| struct | donner::editor::PresentationRenderScheduleDecision |
| Result of one editor-style render scheduling decision. More... | |
| class | donner::editor::PresentationRenderScheduler |
| Shared editor/MCP scheduler for deciding when to post presentation renders. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |