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!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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.

link|improve this answer
Here is the Javascript implementation of Worley noise: hellopixel.net/experiments/javascript/worley-noise/worley.html – esimov May 17 at 6:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.