Skip to content

Ben-Bingham/Vanadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanadium

A chunk based voxel rendering engine

alt text

Current Features

  • Can generate arbitrarily sized cubic chunks of voxels centerd on the camera
  • By default voxels are generated using two dimensional perlin noise, although this can be easily customized within the C++ code
  • Geometry is optimized for space as much as possible, by applying a greedy geometry creation process
  • Handy ImGui settings menu to customize noise parameters and material settings alt text
  • A curvature system to curve the voxel surface further away from the camera to fake the look of being on a round planet alt text

alt text

About

Chunk based voxel rendering engine

Resources

Stars

Watchers

Forks