Skip to content

Another Mincraft clone written in C++ and modern OpeGL.

License

Notifications You must be signed in to change notification settings

NaniNoni/Block-Craft-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Another Mincraft clone written in C++ and modern OpeGL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages