Skip to content

KimiroDev/GLFW-GLEW-TEMPLATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial configuration in root folder of project:

git clone https://github.com/glfw/glfw.git external/glfw
git clone https://github.com/nigels-com/glew.git external/glew
cmake -S . -B build/

Build:

cd build/
make

Run:(in build/)

./template    

auto submodule installation coming soon

About

Cmake repo for all OpenGl projects that use GLFW and GLEW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors