rlupton20 / gltoy

C++ program for learning OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messing around with OpenGL

Simple toy C++ program for messing around with OpenGL.

Building

nix

Run nix-shell then make.

Other systems

You will need to build with SDL2, glew, glm and stb_image.h from stb. The Makefile expects the stb_image.h file to be located in a directory specified in an environment variable STB_HEADER_PATH.

About

C++ program for learning OpenGL


Languages

Language:C++ 92.7%Language:GLSL 3.0%Language:Makefile 2.8%Language:Nix 1.4%