Skip to content

gavinlyonsrepo/particle_fire_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

  • Name: particle_fire_simulation
  • Title: particle fire simulation
  • Description: particle fire simulation C++ graphics program. The program creates a SDL API driven graphic display in a window.
  • Author: Gavin Lyons
  • Credits: John Purcell & Richard Elkins

Installation

For local install on Linux based OS

  • Download latest release
  • extract
  • cd into same path as Makefile
  • run make command on makefile
  • copy exe pfsim to where you want it

Usage

Type in terminal at path where pfsim is placed.

./pfsim 

Dependencies

SDL2

A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard