2017 © Pedro Peláez
 

library diamond-and-square

Algorithm for generating heightmaps

image

a1essandro/diamond-and-square

Algorithm for generating heightmaps

  • Monday, June 19, 2017
  • by A1essandro
  • Repository
  • 2 Watchers
  • 10 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 3 % Grown

The README.md

Diamond And Square (PHP)

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Algorithm for generating heightmaps on PHP., (*2)

See also Perlin-Noise algorithm with the similar API., (*3)

Algorithm

Steps

Steps, (*4)

Image source, (*5)

See more about diamond-square algorithm on wiki, (*6)

Requirements

This package is only supported on PHP 5.3 and up., (*7)

Installing

Installing via Composer

See more getcomposer.org., (*8)

Execute command, (*9)

composer require a1essandro/diamond-and-square ~2.0

Usage example

Standart

$gen = new DiamondAndSquare();
$gen->setSize(7); //real size equal 2 ^ 7 + 1, i.e. 129
$gen->setPersistence(1.7);
$gen->setMapSeed("1hCaHs5hZ");

$map = $gen->generate();

The Versions

19/06 2017

dev-master

9999999-dev

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

09/01 2017

v2.3.0

2.3.0.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

16/05 2016

v2.2.0

2.2.0.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

14/01 2016

v2.1.1

2.1.1.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

30/12 2015

v2.1.0

2.1.0.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

21/12 2015

v2.0.1

2.0.1.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

20/12 2015

v2.0.0

2.0.0.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar A1essandro

05/11 2015

v1.0.3

1.0.3.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar A1essandro

05/11 2015

v1.0.2

1.0.2.0

Algorithm for generating heightmaps

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar A1essandro

05/11 2015

v1.0.1

1.0.1.0

Algorithm for generating heightmaps

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar A1essandro

26/10 2015

v1.0.0

1.0.0.0

Algorithm for generating heightmaps

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar A1essandro