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 |
Web: https://tversteeg.nl/rotsprite/window
Uses the ["blit"]
feature flag.
console
cargo run --example window