spinning_cube

Crates.iospinning_cube
lib.rsspinning_cube
version0.1.3
sourcesrc
created_at2023-08-22 01:36:47.915906
updated_at2024-02-19 02:36:24.219837
descriptionPerspective projection of a spinning cube, using just ASCII characters.
homepage
repositoryhttps://github.com/gbPagano/spinning_cube
max_upload_size
id950630
size21,637
Guilherme Pagano (gbPagano)

documentation

README

Spinning Cube

Perspective projection of a spinning cube, using just ASCII characters.


video

Installation

cargo install spinning_cube

Basic Usage

To display the cube in the terminal run the following command:

spinning_cube

By default the cube will be displayed in black and white, but it is also possible to display it in color!

For that you can run the following command

spinning_cube -c

or

spinning_cube --colorful

To simulate perspective a distance value is used whose default value is 11. When changed your distortion is affected, try experimenting with values ​​like 3 and 4.

To specify this distance use the following command

spinning_cube -d 4

or

spinning_cube --distance 4
Commit count: 34

cargo fmt