Skip to content

A CLI that displays an animated simplex noise field in your terminal with ASCII. Written in Rust.

License

Notifications You must be signed in to change notification settings

neefrehman/show-simplex-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation and 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.

About

A CLI that displays an animated simplex noise field in your terminal with ASCII. Written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages