line_drawing
line_drawing copied to clipboard
A collection of line-drawing algorithms for use in graphics and video games.
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. Changelog Sourced from image's changelog. Version 0.24.6 Add support for QOI. ImageDecoders now expose ICC profiles on supported formats. Add...
Hi @expenses, thanks for the crate, it's been really helpful. I needed to implement an ellipse drawing algorithm for one of my projects and I thought I'd upstream it, in...
Hello! I was attempting to use this crate with no_std, and had issues compiling since num_traits still had the std feature enabled. Thankfully, enabling the libm feature allows this crate...