It is a C++ lib I think. Does it change something?
I am not sure if I will wrap the whole libnoise or only extract the functions I need
Renaud
-----Original Message----- From: Charles Henry [mailto:czhenry@gmail.com] Sent: 14 November 2006 21:05 To: renaud.herne@belgacom.be Subject: Re: [PD] Pure coherent noise (Perlin noise)
btw, is your libnoise a C library or C++ library? Chuck
On 11/13/06, renaud.herne@belgacom.be renaud.herne@belgacom.be wrote:
Hello,
Do someone know if there is a class that generates coherent (Perlin) noise in Pure Data? OK, I could build it myself by interpolating random numbers or linking
to libnoise but if it already exists... Thank you
Renaud
**** DISCLAIMER **** http://www.belgacom.be/maildisclaimer
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
**** DISCLAIMER **** http://www.belgacom.be/maildisclaimer
Hallo!
It is a C++ lib I think. Does it change something?
You mean if it is a problem when you use C++ ? No - there are various externals written in C++ ... E.g. all the flext externals, and if you want to be independet of flext you can look at PDContainer or readanysf e.g.
I am not sure if I will wrap the whole libnoise or only extract the functions I need
The whole lib would be nice of course ... ;)
LG Georg