This repository contains tools to turn a Cubically memory-cube-dump into various other visualization formats.
Outputs the top, left, and front faces as a PNG image. This uses a modification of ImageCube (php/imagecube.php
).
./image <dump.txt >output.png
- PHP >= 7.2
- PHP-GD >= 7.2
- LibPCRE3 >= 2:8.41-1.1
- C compiler
- GNU Make
bash/install-prereq
will install these for you. You need to have sudoer privileges.
Outputs the cube formatted for the (readable) input of this solver.
./solver <dump.txt
Append --run-script
to use the solver's Python script.
- C compiler
- GNU make
- Python 2
Outputs the cube formatted for the input of this solver.
./solver <dump.txt
- C compiler
- GNU make