You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository features a voxel ray marcher that renders a seemingly infinite voxel grid to the screen. This is done by utilizing a vulkan compute shader. The rendered scene is represented with chunks, that can be loaded in at different levels of detail based on the distance to the camera.