crates/rendering-skia/README.md
A new rendering backend for Cap using Skia, designed to replace the current wgpu-based renderer.
This crate implements the basic infrastructure for Skia-based rendering with GPU acceleration support:
# Build the crate
cargo build -p cap-rendering-skia
# Run the test binary
cargo run -p cap-rendering-skia --bin test-skia
# Run tests
cargo test -p cap-rendering-skia
The test binary will:
test_render.ppmSkiaRenderContext: Main context managing GPU/CPU backends