A simple introduction to OpenGL, Shader Language, transformations, viewing, projection, fog, and lighting.
- Clone the repo: git clone https://github.com/MGhareeb32/opengl-rubix-cube.git opengl-rubix-cube
- Create a new Executable Hello World C++ Project in the opengl-rubix-cube folder.
- Click next. Type 'src' into Source.
- Click Finish.
- Right click the project > Properties > C++ Genral > Paths and Symbols > Libraries.
- Add each of the following: freeglut, glu32, opengl32, glew32.
- Hit Ok, Build, and Run.