Vello Sparse Tests

Apache 2.0 or MIT license.
Linebender Zulip chat. GitHub Actions CI status.

This is a development only crate for testing the sparse_strip renderers across a corpus of reference images:

  • cpu
  • wgpu
  • wasm32 WebGL

Testing WebGL on the Browser

To run the vello_sparse_tests suite on WebGL headless:

wasm-pack test --headless --chrome --features webgl

To debug the output images in webgl, run the same command without --headless. Any tests that fail will have their diff image appended to the bottom of the page.