Bluefinger / bevy_turborand

A plugin to enable random number generation for the Bevy game engine.
Apache License 2.0
36 stars 6 forks source link

feat(Rng): Traitification rework, Secure RNG, granular features #3

Closed Bluefinger closed 2 years ago

Bluefinger commented 2 years ago

Prepping for turborand 0.6 release, by taking advantage of more flexible trait implementations to improve ergonomics around components/resources, as well as improving the APIs for the crate itself. This does include breaking changes however, so this will represent a new major version for bevy_turborand 0.3.

Major Changes included: