Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.89 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.89 KB

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