/opengl

Basic OpenGL3 3d Game Engine

Primary LanguageC++

opengl

Building

Navigate to root directory with Makefile and run:

make all

Run

Navigate to bin directory and run:

./app

Shaders

Place shader source code in resources/shaders/ directory. The shader loading class will automatically build the absolute path for the shader code.