Releases: corporateshark/poisson-disk-generator
1.7.0
Added: --shuffle argument to randomly shuffle generated points (edb1234)
Added: --save-frames argument to save a .bmp file per each point (e17f3b5)
Added: .avi video saving --save-video[=<skip-frames>] (6844e52)
Added: GitHub Actions c-cpp.yml (9d75acb)
Added: CMake header-only target PoissonGenerator (176de8a)
Updated: CMake version to 3.22 (2a6b7b0)
Minor fixes and improvements (b286ef1 2c4bfd2)
Points.webm
1.6.2
Dropped the argh library dependency (only for the demo app).
1.6.1
Reformatted using .clang-format.
1.6.0
Added: implemented Hammersley points generator
Added: --hammersley command line argument
Improved: updated argh to the latest version
Fixed: macOS compilation
1.5.0
Added: implemented jittered grid generator
1.4.1
Improved: replaced default Mersenne Twister and <random> with fast and lightweight LCG
Improved: updated documentation
1.4.0
Added: Vogel disk generator
Improved: C-style array output
1.3.0
release-1.2.0
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
POISSON_PROGRESS_INDICATOR can be defined outside of the header file,…