blob: d82097ee5cfb8b02afa83e9aa497f06f1006c029 (
plain)
1
2
3
4
5
6
7
|
{
"name": "libnoise",
"version-string": "1.0.0",
"port-version": 2,
"description": "A general-purpose library that generates three-dimensional coherent noise. Useful for terrain generation and procedural texture generation. Uses a broad number of techniques (Perlin noise, ridged multifractal, etc.) and combinations of those techniques.",
"homepage": "https://github.com/RobertHue/libnoise"
}
|