3 unstable releases

0.2.1 Sep 24, 2023
0.2.0 Aug 28, 2023
0.0.0 Feb 21, 2023

#133 in Simulation

Download history 15/week @ 2023-12-11 7/week @ 2023-12-18 5/week @ 2024-01-29 8/week @ 2024-02-19 35/week @ 2024-02-26 1/week @ 2024-03-04 11/week @ 2024-03-11 26/week @ 2024-03-18 13/week @ 2024-03-25

56 downloads per month
Used in comfy-core

MIT license

76KB
2K SLoC

blobs

Crates.io Documentation Build Status License

blobs is a rigid body physics engine written in Rust with only a few dependencies, most notably using glam instead of nalgebra.

Currently under heavy development. While the library is being used in a few projects it's still undergoing heavy changes.

Features

  • 2D rigid body physics with verlet integration
  • Simple & fast compile times
  • Multi-collider bodies
  • Fixed joints & springs
  • Sphere colliders only for now
  • Works in WASM

License

blobs is dual licensed:

Dependencies

~4–33MB
~475K SLoC