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
- Host: GitHub
- URL: https://github.com/kirbyfern/particle-fire-simulation
- Owner: kirbyfern
- Created: 2017-02-02T08:24:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T03:00:41.000Z (over 9 years ago)
- Last Synced: 2025-02-28T21:07:39.972Z (over 1 year ago)
- Topics: cplusplus, particles, simulation
- Language: C++
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A fire particle simulation c++ program




### 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