Skip to content

superman-t/OpenglLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Opengl Engine

The Result

External Library

use assimp library to load model such as fbx、obj
use glfw glad to manager opengl

How to Build and Run

git clone https://github.com/superman-t/OpenglLearn.git
cd OpenglLearn
git submodule update --init --recursive

mkdir build
cd build

cmake .. -G "Visual Studio 14 2015 Win64"
cmake --build . --config Release
start build/Release/OpenglLearn.exe

About

A Simple Opengl Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published