1
2
3
4
5
6
7
8








Weekly projects in a computer graphics class taught by Ken Perlin, using an engine we built from the ground up.
Fragile Glass
Custom Voronoi noise, using cell coloring with the distance version to provide edge glow!
A Lonely Marble
Raytracing to a sphere, using 3D simplex noise to create seamless heightmap colored terrain on the planet, and 4D noise for seamless, varying clouds.
The Game of Life Goes On
A tribute to one of my favorite Mathematicians, John Conway. This is a classic game of life simulation, where you can stack the layers of a 2D simulation just a you would 1D cellular automata. you can get some pretty fascinating procedural structures!
Eternal Dance
Transparency and Reflection on the ray traced spheres, along with custom 3D Voronoi noise, with lookup locations offset by 3D simplex noise.
Voxel Octree
A small demo scene to illustrate how an Octree can be used to simplify a voxel space!
Primal Clay
Custom 3D geometry based on a spline, changing in real time.
Tree of Knowledge
A simple L-System fractal!
Slamming My Head into 3 Slabs Repeatedly
Raytracing to a Cube, thinking about it as the intersection of 3 Slabs!