Skip to content

Perlin noise with scipy image filters.

Notifications You must be signed in to change notification settings

xingp-ng/perlin_noise

Repository files navigation

unhacked perlin:

normal perlin

hacked perlin:

hacked perlin

animated:

hacked animated

animated octave perlin:

hacked animated octave

This is a hack-y version of the perlin noise algorithm. There's no hash function, we calculate random normalized vectors on-the-fly instead. These random vectors should at least reduce directional artifacts -- we do suffer extra computational overhead. We interpolate with nd.gaussian_filter, which is an interpolation through convolution.

The goal is simply to see if I could mimick perlin noise with an image filter.

About

Perlin noise with scipy image filters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages