Adventure

An old C++/OpenGL experiment from 2015 where you would fly through a procedurally-generated elevation map. It featured day and night cycles and seamless off-screen chunk loading. Distant chunks would contain less triangles to squeeze performance. The code was poorly written.