Skip to content

JTGaming/DX11-Particle-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DX11-Particle-System

Customizable particle system generator in DX11

A simple particle generator.

2

All calculations are run on the CPU, before being sent in batches to the GPU for rendering. A speed-up would be had by moving all calculations to the GPU, but that was out of scope of this task.

There are a myriad of customizations that can be had, some of them being: particle quantity, size, color, lifetime, spread velocity and pattern, gravity and air drag.

This system can handle simulating hundreds of thousands of particles on a reasonable system.

1

About

Customizable particle system generator in DX11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published