notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/libnoise/distinfo
SVNWeb

Number of commits found: 3

Sat, 19 Mar 2011
[ 12:38 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 4601 ports in this commit are shown above. View all ports for this commit)
- Get Rid MD5 support
Fri, 20 Apr 2007
[ 06:19 sat search for other commits by this committer ] Original commit 
- Update to 1.0.0
Mon, 28 Aug 2006
[ 12:34 sat search for other commits by this committer ] Original commit 
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/

Number of commits found: 3