Skip to content
HRuivo edited this page Sep 7, 2012 · 4 revisions

XNA Particles

particle simulation 01

Simple demo showing a particle simulation system that handles particle motion and collision detection and response. Highly based on the NVIDIA's CUDA particle demo.

The physics simulation is entirelly done on the CPU side, no GPU acceleration and no multi-threading architecture. This is just a demo for testing the particle simulation algorithms, a beginning for something much more advanced.

Made for academic purposes only.

Clone this wiki locally