Crates.io | show-simplex |
lib.rs | show-simplex |
version | 0.9.0 |
source | src |
created_at | 2020-07-14 21:47:48.957986 |
updated_at | 2020-07-14 21:47:48.957986 |
description | A CLI that displays an animated simplex noise field in your terminal with ASCII |
homepage | |
repository | https://github.com/neefrehman/show-simplex-rs |
max_upload_size | |
id | 265225 |
size | 1,291,776 |
A CLI that displays an animated ASCII simplex noise field in your terminal. This repo is a Rust re-implementation of my Node show-simplex package.
Run the below commands in your terminal to install and execute show-simplex
. (install Rust and Cargo if you haven't already).
cargo install show-simplex
show-simplex
show-simplex
also has two alternative visualisations of the simplex noise field: block
and number
. To see them, use the appropriate command flags below.
show-simplex -a # or --angle
show-simplex -n # or --number
This package is MIT Licensed.