Skip to content

Repository files navigation

glcraft

Minecraft clone in C++ with OpenGL.

Preview

Particle Effects

image

Distant FOG and Transparent Blocks

image

Perlin noise for terrain generation

image

Hollow Chunk

Chunks are hollow from the inside just like you ;)

image

Hollow Chunk Wireframe

image

Trees

image

Quick Start

GNU/Linux

chmod +x build.sh clean.sh
sudo apt update && sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libx11-dev xorg-dev libglfw3-dev libglm-dev libglew-dev libsfml-dev
./build.sh <client|server|local>

Windows

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg install glfw3 glew glm opengl sfml:x64-windows
.\build.bat <client|server|local>

Dependencies

About

Minecraft Clone using OpenGl

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages