Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 441 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 441 Bytes

voxels

Voxel engine written with OpenGL and C++

Deps

Building

mkdir build
cd build
cmake ..
make

Be sure to run the binary alongside the assets/ folder, i.e.

$ ls
build/
assets/
$ ./build/voxels

TODO

  • loading and unloading of chunks dynamically
  • infinite world generation
  • physics?