Floids - Multi-Agent Boids+Fireflies Simulation

Hi everyone. This is my first three.js project, and in fact, I learned javascript and three.js to finally realize this old idea of mine: a 3D simulation combining boids and synchronizing fireflies. The agents (called floids) are rendered as particles with a custom shader. There are some issues when resizing that I couldn’t properly fix, but for the rest, I am quite satisfied with the result.

https://dekrvch.github.io/Floids/

6 Likes