rotsprite

Rust implementation/library of the RotSprite algorithm.

CI Version Rust Documentation License

Works with many types of pixel buffers.

Large Small

| 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

console cargo run --example window

Credits

RotSprite algorithm - Xenowhirl
Pixel Art - Redshrike