martinlindhe / php-noisegenerator
Perlin noise generator
Installs: 825
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/martinlindhe/php-noisegenerator
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.6
- squizlabs/php_codesniffer: ~2.0
This package is auto-updated.
Last update: 2025-09-23 05:35:55 UTC
README
Perlin noise generator, based on code originally from http://therandomuniverse.blogspot.com/2007/01/perlin-noise-your-new-best-friend.html
TODO
- add simplex noise implementation
- combine noise map with whitenoise