rs-cube

Crates.iors-cube
lib.rsrs-cube
version1.0.2
sourcesrc
created_at2023-03-29 17:40:16.657436
updated_at2023-04-04 03:27:43.207913
descriptionBlazingly Fast 3D ASCII Rubik's Cube
homepage
repository
max_upload_size
id824250
size800,834
(doprz)

documentation

README

rs-cube

crates.io

Blazingly Fast 3D ASCII Rubik's Cube

rs-cube Logo Light rs-cube Logo Dark

Screenshot

cube

Installation

Homebrew

brew tap doprz/rs-cube
brew install rs-cube

Cargo

cargo install rs-cube

From Source

To build and install from source, first checkout the tag or branch you want to install, then run

cargo install --path .

This will build and install rs-cube in your ~/.cargo/bin. Make sure that ~/.cargo/bin is in your $PATH variable.

Usage

Blazingly Fast 3D ASCII Rubik's Cube

Usage: rs-cube [OPTIONS]

Options:
  -d, --debug                  Enable debug info
  -f, --fps-limit <FPS_LIMIT>  [default: 60]
  -h, --help                   Print help
  -V, --version                Print version

Unlimited FPS

rs-cube --fps-limit 0

License

rs-cube is dual-licensed under the terms of both the MIT License and the Apache License 2.0

SPDX-License-Identifier: MIT OR Apache-2.0

Commit count: 0

cargo fmt