Comment on Show HN: Procedural Art –– 'Pulse'parentComments−hyperific2yTangled is pretty cool looking. I'm really curious how it works.−omegacombinatorOP2yHere’s the code: https://github.com/Soham-Saha/Soham-Saha.github.io/tree/main...Initially, there are many particles, organised in a circle. Each particle chooses another at random as its ‘target’. Each particle moves towards its target at every frame, and the more distant the target, the faster it will go.
Comments
Tangled is pretty cool looking. I'm really curious how it works.
Here’s the code: https://github.com/Soham-Saha/Soham-Saha.github.io/tree/main...
Initially, there are many particles, organised in a circle. Each particle chooses another at random as its ‘target’. Each particle moves towards its target at every frame, and the more distant the target, the faster it will go.