This is my 3D minecraft cube project. Essentially, the aim of the project is to render a simple 3D block (grass block) in a window use Opengl and standard C++. The framework for this is loosely based on the Youtube tutorial series by Victor Gordon
- Main.cpp is simply the "authoritative" file, from which the all other files are called