Home

Awesome

cpu_voxel_raycaster

Very barebones CPU Voxel Raycaster

This is the basic raycaster I used to generate visualizations for my Out-Of-Core Sparse Voxel Octree Builder (ooc_svo_builder repo) publication. It is designed to work with the .octree file format that is a result of that pipeline.

The code was never published as part of the publication. People have been mailing me over the years for a tool to visualize the output of ooc_svo_builder, so here it is. Note that this code is +5 yrs old and has been unmaintained since, so it will require some work to get started, but can help you if you want to research the topic further.

vizualization_example

Building & Requirements

I'm trying to get the project in a workable state state again. Here are some build notes for other adventurers:

Controls

Behold my horrible control scheme