Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.05 KB

Yes, it's another copy-paste of the original improved Perlin Noise java code.

Yes, it's another dumb script using the simplest abilities of the Cpython.

Usage

You are very brave...so just

make

and if you want to create plots please

pip install -r requirements.txt

Visualization

It should work with the command below (perlin3d - is not ready yet). You can find color map (cmap) styles here.

python3 visualization.py -[perlin2d | perlin3d] -cmap [cmap_name_str]

Perlin 2d examples:

perlin2d_YlGnBu perlin2d_tab20c perlin2d_Paired perlin2d_flag perlin2d_gist_ncar

Perlin 3d examples:

Work in progress?

Acknowledgments

https://gpfault.net/posts/perlin-noise.txt.html

http://adrianb.io/2014/08/09/perlinnoise.html