pixels/examples/tiny-skia-winit
Jay Oster 899e27bafa
Remove get_ and set_ prefixes from public APIs (#341)
This renames:

- `get_frame` to `frame`
- `get_frame_mut` to `frame_mut`
- `set_clear_color` to `clear_color`

Which more closely follows convention set by the standard library et al.
2023-03-09 19:42:57 -08:00
..
src Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
Cargo.toml Remove unused dependencies (cargo-machete) (#331) 2023-01-09 10:47:42 -08:00
README.md Add tiny-skia example (#317) 2022-11-15 11:47:28 -08:00

Hello tiny-skia

Hello Tiny-Skia

tiny-skia example with winit.

Running

cargo run --release --package tiny-skia-winit

About

This example uses tiny-skia to rasterize and animate a few paths.