Skip to content

lorkki/oglplus-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGLplus Boilerplate

A bare-bones CMake project to get you rendering as quickly as possible using SDL2, GLEW and OGLplus on multiple platforms.

Dependencies

  • CMake
  • Compiler with C++11 support (Visual Studio 2015 and Clang 3.6 tested)
  • Your platform's OpenGL libraries

Other library dependencies are included in the repository as git submodules. After cloning the repository, invoke git submodule init and git submodule update to fetch them.

Alternatively, you can do this while cloning the repository:

git clone --recursive https://github.com/lorkki/oglplus-boilerplate.git

Note: As an exception, GLEW is included as a pruned-down snapshot in the repository itself, to avoid depending on GNU Make on Windows.

Building

Invoke CMake from your build directory, then use your platform's regular build tools. For example:

mkdir build && cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published