natsimhan/simplex-noise

A speed-improved simplex noise algorithm for 2D in PHP.

v1.0.0 2023-03-16 17:31 UTC

This package is auto-updated.

Last update: 2024-12-16 21:43:14 UTC


README

A speed-improved simplex noise algorithm for 2D in PHP (3D and 4D are waiting for you ^_^).

Adaptation in PHP by Jonathan BURON of the original code in Java by Stefan GUSTAVSON.

Installation

The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:

composer require natsimhan/simplex-noise

Copyright and License

This code was placed in the public domain by its original author, Stefan Gustavson. You may use it as you see fit, but attribution is appreciated. Please see LICENSE for more information.