- Bevy 0.14 (#17)
- Physics improvements (#16)
- Bevy 0.13 support (#15)
- Bevy 0.12 support (#14)
- Verlet physics always happens on
FixedUpdate
schedule (#12)
- Performance improvements (#12)
bevy
0.11
bevy
0.9- parallel processing batch size is usef for stick constraints
bevy
0.8
- Fixed examples in debug mode
- Added
prelude
module - docs update
bevy
0.7- Fixed extra elasticity issue around fixed points
- (BREAKING) Renamed
BevyVerletPlugin
toVerletPlugin
- Improved cloth cutter example
- Bevy 0.6
- Rust 2021 edition
- Clippy extra restrictions
- The
VerletConfig::parallel_processing_batch_size
is only used forVerletPoint
processing - The cloth cutting example improved and scaled up
- The debug stick printing system moved in a private
debug
module
First version