Introduction - If you have any usage issues, please Google them yourself
BlueSky is a basic 3D game written in C++ that utilizes OpenGL 3.3. The rendering code and the code required to load .OBJ files are based on the tutorial code available at opengl-tutorial.org.
In addition to OpenGL, this project utilizes the GLFW, GLEW, and GLM libraries.