@@ -294,6 +294,37 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
294
294
[ hecs_rapier ] : https://github.com/smokku/hecs_rapier
295
295
[ bevy_rapier2d ] : https://github.com/dimforge/bevy_rapier
296
296
297
+ ### [ bevy_verlet]
298
+
299
+ ![ bevy_verlet] ( bevy_verlet.gif )
300
+
301
+ [ bevy_verlet] is a lib for projects using [ Bevy Engine] [ bv_bevy ]
302
+ providing a plugin to use [ verlet integration] [ bv_wikipedia ]
303
+ physics. Very useful for cloth simulation and joints, and less expensive than
304
+ complex physics engine, it is a nice addition to 2D or 3D projects. Making good
305
+ use of the Entity-Component-System architecture of the bevy engine, any entity
306
+ can become a ` VerletPoint ` and have physics applied to it.
307
+
308
+ The crate also provides * sticks* which constrains the points in order to create
309
+ strings or cloth. With its modularity, you may customize the physics precision
310
+ (iterations), the gravity, and the physics time step to use.
311
+
312
+ New features:
313
+
314
+ - Query parallel batching and custom batching size
315
+ - Global documentation
316
+ - Fixed issues with timesteps
317
+ - Improved examples
318
+
319
+ You may contact the author on Twitter at [ @ManevilleF ] [ ManevilleF ] or join the
320
+ [ discussion] [ bv_discussion ] .
321
+
322
+ [ bevy_verlet ] : https://github.com/ManevilleF/bevy_verlet
323
+ [ bv_discussion ] : https://twitter.com/ManevilleF/status/1437350669858611202?s=20
324
+ [ ManevilleF ] : https://twitter.com/ManevilleF
325
+ [ bv_bevy ] : https://bevyengine.org/
326
+ [ bv_wikipedia ] : https://en.wikipedia.org/wiki/Verlet_integration
327
+
297
328
### [ Bevy Pen Tool] [ bevy-pen-tool ]
298
329
299
330
![ bevy_pen_tool2] ( bevy_pen_tool2.gif )
0 commit comments