LibNoise
This is an old revision of this page, as edited by Myrkr (talk | contribs) at 18:19, 29 September 2010. It may differ significantly from the current revision. |
libNoise | |
![]() | |
General | |
---|---|
Ported by | Myrkr |
Type | Library |
Version | LGPL |
Links | |
Download | |
Website | |
Source |
libNoise
This library generates coherent noise. Map Maker is similar, but uses a diamond square algorithm. It has not been rigorously tested, but most things that don't involve file reading/writing should work. I really only changed the makefile.
It has also been ported to [XNA]. A [video with libnoise xna].
The quartz composer plugin ([Leopard], [Tiger]) can be useful for trying module compositions without recompiling a program.
Demo
- [download]
The libNoise demo program creates terain using perlian noise, and renders it using noise utils. Noise utils is not part of the library. The source is included in the library download. Nunchuk c + analog stick changes lighting. Wii remote A generates a new random landscape.