Visualizing Math

I followed some tutorials from Catlike Coding's Basics tutorials, which gave me an introduction to shaders and the Universal Render Pipeline (URP).
The objective was to show mathematical functions by drawing cubes and animate them over time. The cubes' material uses a custom shader that changes color depending on its position in the world.
I added a Trefoil knot as an extra personal challenge.