Skip to content

A set of tools to transform an ASCII Cubically cube into various other formats.

Notifications You must be signed in to change notification settings

Cubically/cube-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube tools

This repository contains tools to turn a Cubically memory-cube-dump into various other visualization formats.

Image

Outputs the top, left, and front faces as a PNG image. This uses a modification of ImageCube (php/imagecube.php).

Usage

./image <dump.txt >output.png

Prerequisites

  • 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.

Solver

Outputs the cube formatted for the (readable) input of this solver.

Usage

./solver <dump.txt

Append --run-script to use the solver's Python script.

Prerequisites

  • C compiler
  • GNU make
  • Python 2

Cubies

Outputs the cube formatted for the input of this solver.

Usage

./solver <dump.txt

Prerequisites

  • C compiler
  • GNU make

About

A set of tools to transform an ASCII Cubically cube into various other formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published