Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 783 Bytes

Block Craft 3D

This is my attempt at a Voxel engine in C++ with modern OpenGL.

Building

This project uses CMake and CMake's FetchContent to automatically download dependencies.

git clone https://www.github.com/NaniNoni/Block-Craft-3D
cd Block-Craft-3D
mkdir build
cd build
cmake .. -G Ninja # Ninja is the recommended build tool, but others should work
cmake --build .

Running

Just run the executable in the build directory. All dependencies are statically linked.

Bugs

Right now, this is very much a work in progress. Please only report crashes.

Attribution

The textures are by PiiiXL and are licenced under CC BY 4.0 without any changes.