Skip to content

Talkative-Banana/Gl_Craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gl_Craft

Minecraft clone in C++ with OpenGL.

Preview

Grass Chunk

image

Sand Chunk

image

Dirt Chunk

image

Quick Start

Visit https://github.com/Mojang/bedrock-samples/releases and get the souce file for textures in a texture directory.

image

Extract the .zip or .tar file

  • Top level directory layout:

      ./
      ├── depends
      ├── shaders
      ├── src
      ├── stb
      ├── textures
          ├── bedrock-samples-1.21.0.3/
          ├── bedrock-samples-1.21.0.3.zip
    

GNU/Linux

chmod +x build.sh clean.sh
./build.sh

Windows

build

Dependencies

About

Minecraft Clone using OpenGl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages