An open API service indexing awesome lists of open source software.

https://github.com/kirbyfern/particle-fire-simulation

utilizing c++ libraries , using libsdl ~ SDL2
https://github.com/kirbyfern/particle-fire-simulation

cplusplus particles simulation

Last synced: 9 days ago
JSON representation

utilizing c++ libraries , using libsdl ~ SDL2

Awesome Lists containing this project

README

          

# A fire particle simulation c++ program

![1](https://media.giphy.com/media/26gs88Cmn24upi5ry/giphy.gif)

![2](https://media.giphy.com/media/26xBDSClEVVKyTW6Y/giphy.gif)

![3](https://media.giphy.com/media/l3q2FT5mgpzR82yCQ/giphy.gif)

![4](https://media.giphy.com/media/l3q2vWY2o7rLgR8Oc/giphy.gif)

### Libraries

- [Simple Direct Media layer(SDL2) from libsdl](https://www.libsdl.org)

### Compiler

Eclipse neon with makefiles

### Syntax

SDL_Window* SDL_CreateWindow(const char* title,
int x,
int y,
int w,
int h,
Uint32 flags)

### A fire particle simulation built in c++ in preparation for class

### Undeclared Identifer NULL

Include this in the header

#include