Actions
Wiki » History » Revision 3
« Previous |
Revision 3/61
(diff)
| Next »
Distorted Admin, 03/21/2020 12:29 AM
Overview¶
Magic Cube is an application which lets one play with Cubes and Pyraminxes of any size. It contains graphhics effects provided by the Distorted library.
Magic Cube is open source and released under the terms of the GNU General Public License v2 (GPL).
Source code¶
git clone http://distorted.org/git/distorted-library.git git clone http://distorted.org/git/distorted-cube.git
Tutorials¶
How to add a new Rubik Object¶
- Write a new class which extends RubikObject
- Write a new class which extends RubikObjectMovement
- add your new classes to the RubikObjectList enum
Currently implemented Objects: a Cube and a Pyraminx.
How to add a new Transition Effect¶
If you would like to add, say, a new WIN effect (i.e. animation which happens when the Object gets solved) all you need to do is add a new class which extends Rubik
Updated by Distorted Admin over 4 years ago · 3 revisions