This project requires the Raylib library to run. Follow the instructions below to install the dependencies, compile, and execute the project.
- Raylib: Main library for rendering and window management.
To install Raylib on Arch Linux, run the following command:
sudo pacman -S raylibTo compile the code, run the following command:
makeTo run the simulator, you must provide the width, height, and number of particles as parameters:
./collision [width] [height] [num particles]Usage example:
./collision 800 600 10