1iyiwei / opengl-template

simple opengl template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL sample project

Clone

To checkout the code, clone the repo recursively to get all the submodules:

git clone --recursive repo-url

Or do it manually:

git submodule update --init --recursive

Build

For Windows under the visual studio command prompt:

cd build
..\src\cnmake.bat ..\src
nmake

Or:

cd build
cmake ..\src
cmake --build . --config Release

About

simple opengl template

License:MIT License


Languages

Language:CMake 80.1%Language:C++ 19.7%Language:Batchfile 0.2%Language:Shell 0.0%