awestover / openglTest

Testing opengl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project decsription

I am exploring OpenGL with the purpose of eventually making a 3d game

cool 3d cube picture

Resources

I like this tutorial: http://www.opengl-tutorial.org/beginners-tutorials/tutorial-3-matrices/

Installation instructions:

mac

brew install sdl2 brew install glew brew install glm

Linux

sudo apt-get install libsdl2-dev sudo apt-get install libglew-dev sudo apt-get install libglm-dev

About

Testing opengl.


Languages

Language:C++ 98.2%Language:Makefile 1.8%