3D Boids #Exp 13
- March 6, 2023
- gubebra
My favorite one so far. 3D Boids experiment made using compute shaders in Unity. This is my 13th bio-inspired simulation. This version has less customization options than the 2D version, since it can get a little expensive to render depending on the initial settings. Unfortunately compute shaders in WebGL are yet not supported by any computer graphics APIs, maybe in the furute I'll redo this in We…