While working on the website and implementing the neat visualization seen in the header, I came across a few neat details about array math that I wouldn’t have figured out before.

The type of visualization seen is called a “Node Garden” and while it isn’t uncommon, the math behind the structure is very interesting as it is easy to implement it in an easy way, but it would be wholly inefficient.

This video demonstrates the complex math behind it and how a more efficient implemetation is achieved.