1 unstable release
0.9.0 | Jul 14, 2020 |
---|
#16 in #creative-coding
1.5MB
121 lines
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
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.
Dependencies
~13MB
~94K SLoC