show-simplex

Crates.ioshow-simplex
lib.rsshow-simplex
version0.9.0
sourcesrc
created_at2020-07-14 21:47:48.957986
updated_at2020-07-14 21:47:48.957986
descriptionA CLI that displays an animated simplex noise field in your terminal with ASCII
homepage
repositoryhttps://github.com/neefrehman/show-simplex-rs
max_upload_size
id265225
size1,291,776
Neef Rehman (neefrehman)

documentation

README

show-simplex-rs

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.

npx execution

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
screen recording

Alternate visualisations

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

License

This package is MIT Licensed.

Commit count: 4

cargo fmt