Search code examples
tilesperlin-noisesimplex-noise

perlin simplex worley noise libraries for tiling in javascript or HTML5 in general?


I am curious if there are libraries already developed for creating these noises in javascript?

I have searched the web for about two hours looking for libraries in javascripts. I have seen this implementation for the simplex noise:

https://gist.github.com/304522

but I have not seen any libraries made up specifically for javascript.

If no one knows of any libraries then link suggestions on how to develop these functions would be great as well. I am currently doing Google searches for everything I have asked here I just figured better to have multiple web crawlers helping me out concurrently :) Also if someone on stack overflow has already found a quality site then even better.

Thanks guys!


Solution

  • Here you can find a thoroughly explanation of the algorithm, also the original code from Worley (explained in Texturing and modelling. A procedural approach) ported to Processing.

    At the moment I'm working deploying to Javascript.