Minecraft clone in C++ with OpenGL.
Grass Chunk
Sand Chunk
Dirt Chunk
Visit https://github.com/Mojang/bedrock-samples/releases and get the souce file for textures in a texture directory.
Extract the .zip or .tar file
-
./ ├── depends ├── shaders ├── src ├── stb ├── textures ├── bedrock-samples-1.21.0.3/ ├── bedrock-samples-1.21.0.3.zip
chmod +x build.sh clean.sh
./build.sh
build