A minimalist ray casting engine implemented in C, inspired by the rendering technique that powered Wolfenstein 3D. This project shows how to create pseudo-3D graphics using ray casting principles, ...
This is an ongoing project where I'm trying to make a performant voxel rendering engine using C++ and Vulkan. Compute shader which runs at half screen resolution. Marches rays through octree chunks ...