Blog Post

Simple Particles

Dec 13, 2024

project image

Simple Particles is a simple and flexbile particle simulator written in C++. It is meant to be integrated into your own programs/video games. It has several features like trails, rotating sprites, and other customizable properties (size, lifetime, etc.). I originally created Simple Particles in December, 2023, so it's quite old and outdated by my standards. Creating a new particle simulator library with all of the things I've learned since Simple Particles is on my list.