Interacting particle system. Looks like
Interacting particle system. Looks like an artificial chemistry or swarm chemistry of some kind. I would like to know what rules are being used.
This is an example of self organization structures of 12288 dots. Every dot interacts with close dots and repel or attract using some rules. This project has...
Shared with: Public
Reshared by: Hiroki Sayama
This post was originally on Google+
http://www.browndeertechnology.com/docs/BDT_OpenCL_Tutorial_NBody-rev3.html
Each OpenCL kernel deals with the forces on one atom. For a swarm simulation you'd just need to tweak the forces and give each atom a state, I think.