Good Perlin noise resources/implementation?

Posted by Chumpy on Stack Overflow See other posts from Stack Overflow or by Chumpy
Published on 2010-05-23T01:34:20Z Indexed on 2010/05/23 1:40 UTC
Read the original article Hit count: 354

Are there any good resources out there detailing Perlin noise generation? I understand that most languages have noise generating libraries available, but I'm interested in creating my own for fun/experience. I've already looked at this, which seems pretty popular, but it only gives an in-depth explanation of one dimensional noise. Google searches have been relatively unhelpful so far, as most of them focus on applications instead of how to create a generator.

Books and/or websites are welcome, even if their focus is not the generation itself so long as it gives a thorough explanation of an implementation, or at least the concepts involved so I can "discover" my own.

© Stack Overflow or respective owner

Related posts about noise

Related posts about perlin-noise