1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Perlin noise

Posted by Giorgio on Sep 04, 2007

Hello nodeboxers,

has anybody already coded a perlin noise class for nodebox?

here's the link to Ken Perlin's work
http://mrl.nyu.edu/~perlin/noise/

+

here's a python implementation that I don't fully understand
(poor coding +math skills, I guess)
http://twistedmatrix.com/users/acapnotic/wares/code/perlin/

ciao
G.


 
Posted by Tom De Smedt on Sep 05, 2007

There is something here about a Perlin filter for Core Image that may be of interest:

http://www.samkass.com/blog/C1936590049/E888826410/index.html

Currently I know too little of the subject to give you a decent answer.