I’ve updated bracket-color, bracket-geometry, bracket-random, bracket-noise, bracket-algorithm-traits and bracket-pathfinding on crates.io. The terminal and master library will update as soon as I’ve got confirmation that problems with display scaling on Macs are resolved.
These releases don’t change any existing API. Highlights include:
bracket-colorhas gained a few more internal tests, and bugfixes.bracket-geometryuses the latest version ofUltraviolet, which in turn useswidefor fast SIMD calculations.bracket-randomnow exposes aget_rngfunction to allow you to use the underlying random system.bracket-randomhas updated its back-end to benefit from fixes and performance improvements.bracket-noiseis a bit more stable on cellular noise.bracket-algorithm-traitsis much more forgiving ofsmallvecversions, making coexistence with other systems easier.bracket-pathfindinghas new recursive shadowcasting Field-of-View code. Quite a bit faster.bracket-pathfindinghas improved the A-Star implementation. It’s more accurate AND a lot faster.