Registry / utility / libnoise

libnoise

JSON →
library1.0.0vcpkgunverified

A general-purpose library that generates three-dimensional coherent noise, useful for terrain and procedural texture generation.

vcpkg install libnoise
INSTALL
IMPORT
SIG · LIBNOISE
L
libnoise
utilitycppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

noise/noise.h
#include <noise/noise.h>

Generate a Perlin noise value at a 3D coordinate

#include <noise/noise.h> #include <iostream> int main() { noise::module::Perlin perlin; double value = perlin.GetValue(1.0, 2.0, 3.0); std::cout << "Noise value: " << value << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

libnoise — pip install libnoise · libregistry