A grid of Cubes, floating like water
Floating Cubes is written in P5JS, which is a library that allows you to use Processing Syntax in Javascript.
- The cubes are objects
- The grid of cubes is a two-dimenaional array
- The wave-patterns are generated with two-dimensional perlin noise
I got the idea from this gametrailer (Bound). I wanted a version of the floating cubes without clipping. :)