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-color
has gained a few more internal tests, and bugfixes.bracket-geometry
uses the latest version ofUltraviolet
, which in turn useswide
for fast SIMD calculations.bracket-random
now exposes aget_rng
function to allow you to use the underlying random system.bracket-random
has updated its back-end to benefit from fixes and performance improvements.bracket-noise
is a bit more stable on cellular noise.bracket-algorithm-traits
is much more forgiving ofsmallvec
versions, making coexistence with other systems easier.bracket-pathfinding
has new recursive shadowcasting Field-of-View code. Quite a bit faster.bracket-pathfinding
has improved the A-Star implementation. It’s more accurate AND a lot faster.