How to generate Perlin Noise on an iPhone
- by Andre
Hi,
I want to create an animated perlin noise on the iPhone, so I can ultimately do something like this: http://dl.dropbox.com/u/1977230/example.png
I've looked and looked, but can't find anything similar or a way to actually display a Perlin Noise.
I've been told to look at OpenGL ES, but even searching for an example of Perlin noise or a lava/plasma effect doesn't result in anything.
I'd really appreciate some help on this one.
Thanks guys,
Andre