diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-28 12:34:43 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-28 12:34:43 +0000 |
commit | 491a7cbd2978c115fcb65d057f583119127a517f (patch) | |
tree | 9e606f3af79c34e7b8c32744741d1ee816a15e96 /audio/Makefile | |
parent | - Update to 2.6.1 (diff) |
Add port audio/libnoise:
libnoise is a portable C++ library that is used to generate coherent
noise, a type of smoothly-changing noise. libnoise can generate
Perlin noise, ridged multifractal noise, and other types of
coherent-noise.
Coherent noise is often used by graphics programmers to generate
natural-looking textures, planetary terrain, and other things. The
mountain scene shown above was rendered in Terragen with a terrain
file generated by libnoise. You can also view some other examples of
what libnoise can do.
In libnoise, coherent-noise generators are encapsulated in classes
called noise modules. There are many different types of noise
modules. Some noise modules can combine or modify the outputs of
other noise modules in various ways; you can join these modules
together to generate very complex coherent noise.
WWW: http://libnoise.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=171541
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 593c8150a534..9f46ffa84e6e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -304,6 +304,7 @@ SUBDIR += libmpcdec SUBDIR += libmpd SUBDIR += libmusicbrainz + SUBDIR += libnoise SUBDIR += libofa SUBDIR += libogg SUBDIR += libsamplerate |