[SOURCE CODE + ARTICLE] Localized Attraction Repulsion particle system

Hello community,

I recently wrote an article about a simple technique I called Localized Attraction Repulsion between particles. It is based on attraction / repulsion between particles, but the attraction and repulsion only works if 2 particles are under an attraction and repulsion range respectively.

The technique is described in the article on my blog (link in the readme of the github repo).

Repo of the source code: https://github.com/bcrespy/LocalizedAttractionRepulsion

Have fun !

3 Likes

You should create a release tag so it’s easier to download the whole sketch: :label:

2 Likes

Thanks for the tip, this is done.

1 Like