thomasp85 / ambient

A Generator of Multidimensional Noise
https://ambient.data-imaginist.com
Other
94 stars 8 forks source link

tiled output #16

Open pratikunterwegs opened 4 years ago

pratikunterwegs commented 4 years ago

test_noise_1

Hi, I had a use case where I want the output of either Perlin or Simplex noise to be tiled. Is that possible with ambient? I don't see relevant keywords in the documentation (eg. tiling, wrapping, seamless), but I might have missed it.

If not is that something that could be added? For example libnoise's noiseutils has a tiling utility enableSeamless, so something like the image?

thomasp85 commented 4 years ago

This is currently not possible. I know there's a closed PR in FastNoise that added this and I might adapt that at some point...

pratikunterwegs commented 4 years ago

That's alright, thanks! I worked out a fix using libnoise.