Skip to content

roykoand/PerlinNoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Perlin noise with Cpython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published