Particle Emitter in C++

Particle Emitter Written in C++

Particle Emitter in C++
Class/Project
GAME 2342
Education/Goal
Dallas College
Technologies
C++
GitHub link
Download

This project showcases 4 examples of particle emission using a variety of manipulable parameters.

In addition to particle movement, the "emitter" (origin point of emission) itself is movable as well. Variables such as color, lifetime/duration, etc are all flexible and many dynamic over time.

Currently supports the ability to change size, scale, and speed, and position over time.

An original 2D Slerp Function was written and used for the emitter.

Particle Emitter in C++
Particle Emitter in C++