LibNoise: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Myrkr (talk | contribs)
←Created page with '{{Infobox development tools | title = libNoise | image = File:libNoise_logo.png | type = framework library | portedby = Myrkr | contri...'
(No difference)

Revision as of 17:07, 29 September 2010

libNoise
General
Ported byMyrkr
TypeFramework library
LicenceMIT Licence
Links
Download
Website
Source

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

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.

References