Skip to content

whiitehead/opengl-starter

Repository files navigation

OpenGL Starter

Build Instructions

Linux

Clone the project.

git clone --recursive https://github.com/whiitehead/opengl-starter.git
cd opengl-starter

To build the project, you must first install CMake.

mkdir build
cd build
cmake ..
make
./source/main

About

An OpenGL boilerplate with submodules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages