3D Conway's Game of Life

While learning C++ and 3D graphics for video game development I made this simple demo. I was working on a wireframe line renderer and decided to use it to draw a simple landscape to represent the current state of a Conway's Game of Life simulation.

Here is a neat looking bug I made along the way: