Simon returned to his “old” code (something he wrote about a month ago) and fixed the collision detection in it. He called this “geometry free”collision detection because he doesn’t use any geometry for this project, but only attraction behaviour. The particles repel each other when the distance between them is 20 pixels.
Here the particles are attracted to the black blobs:

One Reply to “Geometry Free Collision Detection. Attractors.”