shockedplot7560 / perlin-noise
A simple integration
v1.0.0
2022-02-28 16:11 UTC
Requires
- php: >=8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- phpstan/phpstan: 1.3.3
- phpstan/phpstan-strict-rules: ^1.0.0
- phpunit/phpunit: 9.5
README
This is a PHP derivative of net.minecraft.world.gen
originally written by Mojang AB and then modified by PG85
This perlin noise generator is oriented for implementation with minecraft, and includes a Random class (implemented by PMMP) and utilities to make it work.