/Particle-Explosion-Simulation

Upgraded version of particle explosion simulator using SDL2 graphics library.

Primary LanguageC++MIT LicenseMIT

Particle Explosion Simulation

An altered version of original Particle Fire Simulation application by John Purcell

Project Description

Screenshot of the project in action Screenshot of the project in action Screenshot of the project in action

Description in progress...

Structure & Logic

In progress...

Expected Behavior

In progress...

Dependencies for Running Locally

Build Instructions

After installing project dependencies, please proceed to build:

  1. Clone this repository into your project folder
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile -> Step 1: cmake ..
  4. Compile -> Step 2: make
  5. Run the application: ./particles