10 releases
Uses old Rust 2015
0.4.2 | Feb 17, 2024 |
---|---|
0.4.1 | May 15, 2020 |
0.4.0 | Jun 3, 2018 |
0.3.4 | Jun 4, 2017 |
0.3.2 | Jul 21, 2016 |
#39 in Simulation
Used in 2 crates
670KB
18K
SLoC
rust_box2d
A library wrapping around the Box2D physics engine. It aims to provide an idiomatic interface.
Box2D is a 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in realistic ways and make the game world more interactive. From the game engine's point of view, a physics engine is just a system for procedural animation.
You won't find a lot of information about Box2D itself here, look at the official website instead.
Documentation
You can look at the testbed for examples.
Dependencies
You will need CMake installed in order to build Box2D.
Alternatively, you can supply your own installation of Box2D (version 2.3.1) by pointing the BOX2D_LIB_DIR
environment variable to the directory containing the compiled Box2D library. For example:
BOX2D_LIB_DIR="path\to\Box2D\lib" cargo build
Dependencies
~0.1–1.5MB
~29K SLoC