martinlindhe / php-noisegenerator
Perlin noise generator
1.0.3
2015-04-16 21:18 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.6
- squizlabs/php_codesniffer: ~2.0
This package is auto-updated.
Last update: 2024-10-23 03:26:13 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