/openglTest

Testing opengl.

Primary LanguageC++

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