Repository to learn how to create 3D game engine using OpenGl
$ git clone --recurse-submodules https://github.com/warriormaster12/OpenGlEngine.git
Or init submodules in already cloned repo:
$ git clone https://github.com/warriormaster12/OpenGlEngine.git
$ cd OpenGlEngine
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .