tree: 8d550366a4276a414d104e4714590c7154ff7b88 [path history] [tgz]
  1. snapshots/
  2. tests/
  3. .gitignore
  4. Cargo.toml
  5. README.md
sparse_strips/vello_sparse_tests/README.md

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.