Skip to content

TheUsernameIsNotLong/simplex-noise-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplex-noise-visualiser

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.

Installation

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
  1. Clone or Download ZIP

  2. Launch run.bat. The program should create the virtual environment and install necessary dependencies for you on it's first launch.

Linux / Mac
  1. Clone or Download ZIP

  2. Run the command chmod +x run.sh bin/setup.sh in the project's root to make the run scripts executable.

  3. 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

About

very simple tool to test simplex noise generation in a 2D array

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published