voxel_space icon indicating copy to clipboard operation
voxel_space copied to clipboard

implementation of the Voxel Space rendering algorithm from the Comanche games

Voxel Space

Windows Build status
Linux Build Status

Voxel Space

This is a C++ implementation of the Voxel Space algorithm from the Comanche games, it's software rendered directly on GDI from the Win32 API.

Controls

keys action
move the camera
spacebar show the colormap and the field of view that was used for rendering
tab ↹ show the heightmap
enter ↵ change map
z toggle scanlines
q a adjust the camera height
w s adjust the projection screen height
e d adjust the maximum distance that is drawn by the renderer
r f adjust the focal length

Credits

Inspired by https://github.com/s-macke/VoxelSpace/

Voxel Space