tree: 519e20ac75e19e43ee4244d0144de68be01db17c [path history] [tgz]
  1. src/
  2. build.rs
  3. Cargo.toml
  4. README.md
vello/README.md

Vello back-end for Rive

Small application for viewing .riv files rendered with Vello. It uses winit for creating the window and image to decode images.

Build

You will need clang, Cargo, and the Rust compiler to build. You can can install Cargo and rustc using rustup.

To use the application, run:

$ cargo run --release

Usage

Drop any .riv file into the window to open it. Scroll to control the size of the grid of copies.

Caveats

The current implementation is a work-in-progress and might exhibit artifacts or render incorrectly.

Only tested on macOS for the time being.