A tool to visualise simplex noise in a command-line interface.
This is a seriously simple project, and merely came to fruition so I could learn simplex, rich, and shell scripting. Do not expect any future updates.
You can configure your own virtual environment, but the guides below are designed to create them automatically and ensure you download the necessary dependencies.
Currently, the automatic installers are in the form of launching run.bat and run.sh scripts. I may look into doing a single universal installer in the form of a python script soon.
Windows Installation
-
Clone or Download ZIP
-
Launch
run.bat. The program should create the virtual environment and install necessary dependencies for you on it's first launch.
Linux / Mac
-
Clone or Download ZIP
-
Run the command
chmod +x run.sh bin/setup.shin the project's root to make the run scripts executable. -
Launch the program with
run.sh. The program should create the virtual environment and install necessary dependencies for you on it's first launch.
I'm actually unsure whether this works on mac lol