cubes

Crates.iocubes
lib.rscubes
version4.1.0
sourcesrc
created_at2022-11-24 04:54:54.260688
updated_at2024-08-03 02:50:13.959573
descriptionApplications for determining how to put a cube together.
homepagehttps://github.com/dcampbell24/cubes
repositoryhttps://github.com/dcampbell24/cubes/tree/master/cubes-rs
max_upload_size
id721999
size148,121
fedora-coreos-crates-owners (github:coreos:fedora-coreos-crates-owners)

documentation

https://docs.rs/cubes

README

Cubes

Applications for determining how to put a cube together and for creating visualizations of the solution. There is a solver and an input program. The solver reads the puzzles in bincode format which the input program saves the pieces as. The solve program writes the pieces and one of the solutions as OBJ files. All data is written to the local data directory for the application.

# On Linux
$HOME/.local/share/cubes # or
$XDG_DATA_HOME/cubes 
# On Mac
$HOME/Library/Application Support/Cubes
# On Windows
{FOLDERID_RoamingAppData}\Cubes\data

Minotaur Cube

Commit count: 0

cargo fmt