escriba-render 0.1.10

GPU renderer for escriba — garasu-backed text drawing, cursor/selection/highlight painting, Vellum (ishou) fleet-themed.
docs.rs failed to build escriba-render-0.1.10
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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>>.