A simple physics engine built in Rust.
The only heavy dependency for this project is SFML. The project interfaces with SFML using the rust-sfml library. Installing SFML on Windows can be somewhat tedious, and the installation process is outline here for every platform.
Once the setup for SFML is finished, cargo build
can be used to compile an executable.