2D physics, built to learn rust.
- Balls can collide with obstacles.
- Balls can collide with other balls.
- Left click can spawns new balls or move ball.
- Right click can attracts all the balls on the cursor or delete a ball.
If you want to compile it by yourself, you need to install Rust and Cargo.
Then:
$ git clone https://github.com/LeszczyTom/2D_Physics.git
$ cd 2D_Physics
$ cargo run
Or you can download the latest release.