A simple 2D particle simulation engine built using the Raylib library.
- [1] Download Raylib: https://www.raylib.com/
- [2] Clone this repository:
- git clone https://github.com/GazPrash/particle-simulation-2d.git
 
- [3] Build (Insure you have make installed on your system):
- make -B main
 
- [4] Run:
- ./main
 
