darthdeus / blobs

2D rigid body physics in Rust

Home Page:https://darthdeus.github.io/blobs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

2D rigid body physics in Rust

https://darthdeus.github.io/blobs/


Languages

Language:Rust 100.0%