Expand description
escriba-render — rendering trait + implementations.
Two backends, same trait surface:
TextRenderer— ANSI-in-stdout for CI / headless runs.gpu::GpuRenderer— madori + garasu + glyphon real GPU window. Implementsmadori::RenderCallback; the escriba binary pairs it with anon_eventhandler that shares anArc<Mutex<EditorState>>.
Re-exports§
pub use gpu::GpuRenderer;
Modules§
- gpu
- GPU renderer — implements
madori::RenderCallbackbacked by garasu’s glyphon-wrapped text renderer. Each frame: - langs
- Escriba-local language plugins — the languages the fleet syntax spine does not ship yet.