This release adds a new experimental geometry
package and rasterization logic, that allows one to efficiently render vector shapes and strokes.
It also adds a new Kernel
abstraction to speed up convolutions when using coflatMap
.
New Features
- Add
geometry
package and rasterizer (#520, #521, #522, #523, #530, #538) - Add
Kernel
abstraction for convolutions (#537)
Bug fixes/Improvements
- Avoid boxing (#539)
Changes/Refactorings
- Move
Matrix
toeu.joaocosta.minart.geometry
(#520) (Breaking change)
Full Changelog: https://github.com/JD557/minart/compare/v0.6.01..v0.6.2