peterpf / MinOpenGL

Minimalistic project setup for OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinOpenGL

Minimalistic setup to get started with OpenGL.

Dependencies

Setup

Initialize the git submodules. Open a terminal, change into vendor/glad and execute:

python main.py --generator=c --extensions=GL_EXT_framebuffer_multisample,GL_EXT_texture_filter_anisotropic --out-path="../glad_files"

Download and install CMake. Build the project with the CMakeLists.txt of the project.

About

Minimalistic project setup for OpenGL

License:GNU General Public License v3.0


Languages

Language:C++ 55.7%Language:CMake 44.3%