A simple and easy to use script for creating smooth noise and fractal brownian noise on cpu or gpu.
Features:
~Create smooth noise in 1 to 4 dimensions
~Create fractal brownian noise by combining smooth noise octaves
~Can set seed for repeatable noise patterns
~Static methods and class so it can be used from anywhere and doesn't require a component to work
~Can generate textures of noise/fractal noise very fast with gpu assisted noise generation.
~Generate arrays of noise from custom datasets
~Comes with a few example scenes to get started quickly
~All methods have descriptions and helpful info
Note: Currently the gpu accelerated methods require modern-ish hardware.