planetarium is an ongoing project where i'm teaching myself the Vulkan API. the project idea is to create a Google Earth-style tool (probably also reading data from the Earth Engine API) to visualise both the Earth and the night sky.
so far, i've got the GPU initialised, basic 3D model loading, shaders, uniforms, etc, and i'm working on the depth buffer implementation. still a long way to go!
one of my goals is for the world to be navigable primarily via controller, which i've implemented fully on Linux but not Windows.