Rubik Cube

Rubik's Cube solver implemented by C++ and OpenGL using Krof/Kociemba algorithm.
Alternatives To Rubik Cube
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hokoblur642
3 months ago2December 24, 20211apache-2.0Java
an easy-to-use blur library for Android, support efficient dynamic blur tasks.
Links And Resources208
3 years ago
:books: :pencil2: :mortar_board: A collection of textbooks, links and resources during our studying years in NUS SoC
Msdfgl176
10 months ago7mitC
OpenGL implementation of the MSDF algorithm
Volume_rendering_using_glsl96
10 years ago3C
Cpurasterizer92
2 years ago5bsd-2-clauseC++
CPU Based Rasterizer Engine
Rubik Cube69
6 years ago2mitC++
Rubik's Cube solver implemented by C++ and OpenGL using Krof/Kociemba algorithm.
Opencvb60
2 days agomitVisual Basic .NET
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2
Computer Graphics53
2 years ago1mitC++
Beginners Guide to Computer Graphics in C/C++, OpenGL, JavaFX
Dpixel33
6 years ago19gpl-3.0C++
A Pixel Art Remastering Tool using classic algorithms
Mach.d27
4 years ago12otherD
Library for the D programming language.
Alternatives To Rubik Cube
Select To Compare


Alternative Project Comparisons
Readme

Rubik's Cube Solver

A Rubik's Cube solver implemented by C++ and OpenGL. You can use your mouse to rotate the cube.

See HERE(in Chinese) for more details about the algorithm.

screenshot

Requirement

  • C++11 support (especially the multi-thread library)
  • OpenGL
  • GLFW

Usage

solver -tra
  • -t maximum thread number used to calculate, the default value is 1.
  • -r random twist times to generate a cube.
    • When using Krof algorithm, the default value is 15.
    • When using Krociemba algorithm, the default value is 200.
  • -a specify which algorithm will be used to solve the cube.
    • Only two algorithms are available: krof, kociemba.
    • The default algorithm is kociemba.
Popular Algorithms Projects
Popular Opengl Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Algorithms
Opengl