Skip to content

warriormaster12/OpenGlEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGlEngine

Repository to learn how to create 3D game engine using OpenGl

Clone

$ 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

Build

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

About

Repository to learn how to create 3D game engine using OpenGl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages