physics2d 0.1.1

Yet another 2D physics engine, but with Iron power.
Documentation

physics2d-rs

Build Status

Yet another 2D physics engine, but with Iron power.

physics2d-rs is an educational project accompanying my 2D physics article series and does not intend to compete with the likes of nphysics, but can still be used as part of 2D games and simulations post the initial release.

Features

The project is very young and does not achieve much in the current state. To check its progress, simply run any one of the available examples.

Examples

The examples use the sfml crate, and hence are dependent on both the SFML and CSFML development libraries. macOS and GNU/Linux users should have both packages available with their respective package managers.

To run an example, use the Cargo run command:

cargo run --example=EXAMPLE