Skip to content

Releases: corporateshark/poisson-disk-generator

1.6.2

03 Aug 01:05

Choose a tag to compare

Dropped the argh library dependency (only for the demo app).

1.6.1

17 Feb 05:29

Choose a tag to compare

Reformatted using .clang-format.

1.6.0

29 May 21:04
4aa4a7e

Choose a tag to compare

Added: implemented Hammersley points generator
Added: --hammersley command line argument
Improved: updated argh to the latest version
Fixed: macOS compilation

1.5.0

27 Mar 05:55
62dab1c

Choose a tag to compare

Added: implemented jittered grid generator

1.4.1

12 Dec 12:36

Choose a tag to compare

Improved: replaced default Mersenne Twister and <random> with fast and lightweight LCG
Improved: updated documentation

1.4.0

04 Dec 21:57
c175b63

Choose a tag to compare

Added: Vogel disk generator
Improved: C-style array output

1.3.0

13 Mar 23:59
e624ac9

Choose a tag to compare

Improved: updated the minimum CMake version for future compatibility
Improved: added CMake properties to enforce C++11
Improved: updated the 'argh' submodule
Fixed #8 : incorrect number of points while generating a Poisson square shape
Fixed #9 : incorrect loop boundaries

release-1.2.0

28 Dec 02:42

Choose a tag to compare

Added: command line option --raw-points
Added: command line option --num-points=<value>
Added: command line option --square
Improved: CMake build
Fixed: number of generated points
Fixed: warnings in MSVC 2019

release-1.1.4

19 Oct 10:12

Choose a tag to compare

POISSON_PROGRESS_INDICATOR can be defined outside of the header file,…