Docs.rs
rotsprite-0.1.4
rotsprite 0.1.4
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
tversteeg
Dependencies
blit ^0.7.1
normal
optional
multiversion ^0.7.1
normal
thiserror ^1.0.40
normal
blit ^0.7.1
dev
image ^0.24.6
dev
log ^0.4.17
dev
rand ^0.8.5
dev
softbuffer ^0.2.0
dev
web-time ^0.2.0
dev
winit ^0.28.3
dev
criterion ^0.4.0
dev
console_log ^1.0.0
dev
wasm-bindgen ^0.2.84
dev
web-sys ^0.3.61
dev
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rotsprite
0.1.4
All Items
Sections
Pixel Art Rotation
Crate Items
Enums
Traits
Functions
Crate
rotsprite
Copy item path
Source
Expand description
§
Pixel Art Rotation
This library allows you to rotate pixel art using the
rotsprite
algorithm.
Enums
§
Error
Traits
§
Rotsprite
Expose
rotsprite
method on some image types.
Functions
§
rotsprite
Rotate a sprite based on any pixel format implementing the
Eq
and
Clone
traits.