manim-rubikscube

A Manim implementation of the classic Rubik's Cube


Keywords
animate, animations, cubies, manim, manim-rubikscube, rubik-cube, rubikscube, rubikscube-plugin, solver
License
MIT
Install
pip install manim-rubikscube==0.0.0.0.0.0.0.0

Documentation

Manim RubiksCube

This plugin for Manim Community provides an implementation of the classic Rubik's Cube.

Installation

This plugin is available on PyPi. Usage of this plugin assumes that Python and Manim are both correctly installed. Manim is listed as a dependency, but no version is specified. This is because the plugin will work with any version of Manim Community that does not have breaking changes to the plugin. Some releases of this plugin have been tested with certain versions of Manim. To see what versions of Manim are confirmed to be compatible with this plugin (to the best of my testing), see Releases. By no means is this exclusive. Most releases of this plugin will work, more or less, on all versions of Manim Community.

To install the RubiksCube plugin run:

pip install manim-rubikscube

To see what version of manim-rubikscube you are running:

manim-rubikscube

or

pip list

Importing

To use the RubiksCube, you can either:

Once the RubiksCube is imported, you can use the RubiksCube as any other mobject.

Documentation and Examples

Documentation and examples are available here.

License

This plugin is licensed under the MIT license. See the LICENSE file for more information.