Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 449 Bytes

Greenspace OpenGL SDL

This is a project template for creating OpenGL applications. It is currently agnostic to bundled libraries versions, i.e. submodules are not pinned to specific versions.

The main routine in src/main.cc is written in C++. Get started by building and running the project.

git clone --recursive https://github.com/giulioprocopio/greenspace-opengl-sdl.git
cd greenspace-opengl-sdl
make build
./build/greenspace