Skip to content

aghoneim92/rubiks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubiks

OpenGL Rubiks Cube

Preview

Building

macOS

Run the following:

mkdir build && cd build
cmake ..
make

Then run ./Cube from the build folder

Linux

Install the development packages for OpenGL, GLUT (or FreeGLUT) and GLEW (package names vary per distribution). Then run:

mkdir build && cd build
cmake ..
make

Run ./Cube from the build folder.

Windows

Use a terminal such as the Visual Studio Developer Command Prompt and ensure that the OpenGL, GLUT and GLEW development libraries are installed and visible to CMake. Then run:

mkdir build && cd build
cmake ..
cmake --build .

The resulting executable Cube.exe will be placed in the build directory.

About

OpenGL Rubiks Cube

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published