rotsprite
Rust implementation/library of the RotSprite algorithm.
Works with many types of pixel buffers.

| Left Picture | Middle Picture | Right Picture |
|---|---|---|
| Source Image | Rotated 30° using RotSprite | Rotated 30° using naive rotation |
Example
Demos
WASM Demo
Web: https://tversteeg.nl/rotsprite/window
Uses the ["blit"] feature flag.
Local
cargo run --example window