Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

A basic Minecraft clone made in C++ and OpenGL.

Notifications You must be signed in to change notification settings

KaikyuLotus/minecraft-clone

Repository files navigation

ScrausoCraft

Don't care about the name™

ScarusoCraft is really simple Minecraft clone made by me. It has actually no utility, i've made it for two reasons:

  • It was an hard project;
  • I wanted to learn a bit of OpenGL and how games actually works.

That's all.

Screenshots

Trees and grass Various cubes

Dependencies

There are some obvious dependencies:

  • GLEW Simple API for creating windows, contexts and surfaces, receiving input and events.
  • GLFW3 The OpenGL Extension Wrangler Library
  • GLM OpenGL Mathematics

That's it!

Building

This project was not inteded for public usage, but if you want to try it out, you can build it. Or you can use the prebuilt executable.

About

A basic Minecraft clone made in C++ and OpenGL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages