Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 523 Bytes

rubikscube

This is an Android application for solving a Rubik's cube. Part of a 2013-2014 "Smartphones programming" course in the SPb Center of Robotics of PhML 239

Currently it is able to shuffle cube, solve it automatically and then demonstrate building process.

Used libraries

I use min3d ( http://code.google.com/p/min3d/ ) to work with OpenGL. This library is distributed under terms of MIT License too. I've compiled it into libs/min3d.jar together with its sources to make life easier.