/opengl-rubix-cube

OpenGL Rubik's Cube.

Primary LanguageC++

OpenGL Rubix Cube

A simple introduction to OpenGL, Shader Language, transformations, viewing, projection, fog, and lighting.

ScreenShot

Easy Eclipse development with MinGW

  1. Clone the repo: git clone https://github.com/MGhareeb32/opengl-rubix-cube.git opengl-rubix-cube
  2. Create a new Executable Hello World C++ Project in the opengl-rubix-cube folder.
  3. Click next. Type 'src' into Source.
  4. Click Finish.
  5. Right click the project > Properties > C++ Genral > Paths and Symbols > Libraries.
  6. Add each of the following: freeglut, glu32, opengl32, glew32.
  7. Hit Ok, Build, and Run.