ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
particles.h File Reference

Lightweight particle emitter system. More...

#include <vector>
#include "./color.h"
#include "./game.h"
#include "./geometry.h"
#include "./types.h"
Include dependency graph for particles.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  asw::ParticleConfig
 Configuration for particle emitters. More...
 
class  asw::ParticleEmitter
 Particle emitter that integrates with the scene system. More...
 
struct  asw::ParticleEmitter::Particle
 

Namespaces

namespace  asw
 

Detailed Description

Lightweight particle emitter system.

Author
Allan Legemaate (alege.nosp@m.maat.nosp@m.e@gma.nosp@m.il.c.nosp@m.om)
Date
2025-03-26

Definition in file particles.h.