escriba-render 0.1.28

GPU renderer for escriba — garasu-backed text drawing, cursor/selection/highlight painting, Vellum (ishou) fleet-themed.
Documentation

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. Implements [madori::RenderCallback]; the escriba binary pairs it with an on_event handler that shares an Arc<Mutex<EditorState>>.