Tranquility2 / gl_env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why

I wanted to learn OpenGL so ChibiDenDen advised me that I should Start with a triangle... Little did I know lots of boilerplate is needed just to print something onto the screen 😄

This Project is basicly a playground for OpenGL without having to deal with all the overhead of buidling an environment. (It uses CMake to get everything up and ready) Currently it's based on 2 subprojects:

  1. GLEW
  2. GLFW

Howto Run

cd build
cmake .. && msbuild gl_env.sln

Big Thanks to Verose for the CMake guidance.

Some nice projects you may want to cover (that helped me):

About


Languages

Language:C++ 64.1%Language:CMake 35.9%