Skip to content

mjirik/ndnoise

Repository files navigation

Build Status Coverage Status

ndnoise

Noise generator

Example

import ndnoise
from matplotlib import pyplot as plt

noise = ndnoise.generator.noises(
        [201, 202, 203],
        sample_spacing=[1,1,1],
        random_generator_seed=5,
        lambda0=1,
        lambda1=16,
        exponent=0,
        method="space"
    )
plt.imshow(noise[:,:,100])

References

Noise function and map generation

perlin - clasic noise simplex - better noise

opensimplex - open

About

Noise generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages