Skip to content

sarahkittyy/voxels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

OpenGL/C++ voxel engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published