scarpe-team / scarpe

Scarpe - shoes but running on webview
Other
163 stars 28 forks source link

Niente, a "no-op" display service for testing #447

Closed noahgibbs closed 12 months ago

noahgibbs commented 12 months ago

Description

Niente ("nothing" in Italian) is a no-dependencies no-display display library. The idea is that over time, Niente will grow to a "mental model" of a Shoes app, passing most (all?) Shoes-Spec tests. It would be really useful to add Shoes-Spec tests for certain things that are hard to support with Wasm or Webview (e.g. multiple windows), but would be easy to add in a no-op display service.

Checklist

noahgibbs commented 12 months ago

Niente now passing all the same Shoes-Spec tests as webview or wasm. Marking as ready for review.