PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vitalij Mik   SimpleX Noise Algorithm   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SimpleX Noise Algorithm
Generate noise values using the SimpleX algorithm
Author: By
Last change:
Date: 1 year ago
Size: 486 bytes
 

Contents

Class file image Download
{ "name": "blackscorp/simplexnoise", "description": "Simplex Noise algorithm written in PHP to generate a random noise", "type": "library", "license": "MIT", "autoload": { "psr-4": { "BlackScorp\\SimplexNoise\\": "src/" } }, "authors": [ { "name": "Vitalij Mik", "email": "cccpmik+composer@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=7.4" } }