This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
polywave
Watch
1
Fork
You've already forked polywave
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
polywave
/
README.md
Gabriel Bjørnager Jensen
2517204e74
Replace 'Srgba8' with generic 'Rgba'; Add 'Component' trait; Add 'f16' and 'f128' features; Add 'to_u32' conversion destructor to 'Rgba<u8>'; Add 'from_u32' constructor to 'Rgba<u8>'; Replace 'zerocopy::FromBytes' with 'zerocopy::FromZeros' for 'Rgba'; Replace 'bytemuck::AnyBitPattern' with 'bytemuck::Zeroable' for 'Rgba'; Do not implement 'bytemuck::NoUninit' for 'Rgba'; Implement 'Display' for 'Rgba<u8>'; Implement 'Component' for 'u8', 'i8', 'u16', 'i16', 'u32', 'i32', 'u64', 'i64', 'u128', 'i128', 'f16', 'f32', 'f64', and 'f128'; Implement 'FromStr' for 'Rgba<u8>'; Add 'error' module; Add 'RgbaU8FromStrError' error type; Add tests; Rename project to *Polywave* (from *Sibgha*); Rename 'sibgha' crate to 'polywave'; Add docs; Update lints; Add readme; Add 'to_f16_lossy', 'to_f32_lossy', 'to_f64_lossy', and 'to_f128_lossy' methods to 'Component';
2025-03-19 11:25:23 +01:00
46 B
Raw
Permalink
Blame
History
Polywave
Vector-based colour manipulators.