Skip to content
Hannupekka Sormunen edited this page Dec 29, 2018 · 20 revisions

The Particle Fire Simulation Revision

This is the wiki for the Particle Fire Simulation revision using SDL-library and written in C++-programming language, demonstrating color pixel access and box blur algorithm. This program is part of the C++ Tutorial for Complete Beginners course by John Purcell. To read about other topics of the same course, please see entries on this blog, which is used to document the learning progress. This version of the program is modified so that it performs more efficiently and the code itself is commented and stylized using Google C++ Style Guide as much as possible to make the code bit more readable to users.

Purpose of this wiki is to document the whole program as completely as possible. Please leave a issue if there is information missing about specific parts of the program. The code and this wiki are made available as GNU GPLv3 see License for more information. Program’s code is free to use, modify and distribute as long as it is at terms of the license. This documentation aims to provide essential learning tools to box blurring technique used in the program as well as how different parts of pixels access work on SDL.