Perlin noise implementation for Python, widely used for procedural generation in games, simulations, and data visualization. Current version 1.2.2 has been stable with no new releases since 2015; the project is in maintenance mode.
pip install noiseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: generate a single Perlin noise value with pnoise2.
Use the fork 'noise' (pip install noise) which supports Python 3, or use 'perlin-noise' package.
Consider alternatives like 'noise' (fork), 'perlin-noise', or 'numpy' based implementations.
Normalize: (value + 1) / 2.0
Install the Python 3 compatible fork: pip install noise
Verify installation with: pip list | grep noise
Upgrade to latest version: pip install --upgrade noise
No dependency data recorded yet.