Skip to content

Like render_particles_2D_basic, this is a 2D particle renderer that spits out up to 10,000 particles simultaneously in random directions and resets them when they go beyond a circular boundary. Unlike that program, this one's particle processing runs on a compute shader instead of the CPU.

amdreallyfast/render_particles_2D_GPU_single_emitter

About

Like render_particles_2D_basic, this is a 2D particle renderer that spits out up to 10,000 particles simultaneously in random directions and resets them when they go beyond a circular boundary. Unlike that program, this one's particle processing runs on a compute shader instead of the CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages