Skip to content

a simple particle attraction simulation in unity using compute shaders

License

Notifications You must be signed in to change notification settings

Milk-Drinker01/ParticleSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParticleSimulation

a simple particle attraction simulation in unity using compute shaders

a shitty WIP particle simulator in unity written by me. every single particle is attracted to every other particle, and the attractiveness to each type of particle is configurable.

note: this isnt meant to be used as a gpu particle system, but rather an innacurate simulation for simulating gravity/attraction between particles. it isnt really practical in any way, and was written in about 4 hours for the core functionality, and about 4 more for cleanup/features.

included in this project is a single compute shader and a single script.

https://youtu.be/WPQWNc0nIGs

https://streamable.com/sogjkd

About

a simple particle attraction simulation in unity using compute shaders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published