fast_poisson_disk_sampling 1.0.4
fast_poisson_disk_sampling: ^1.0.4 copied to clipboard
Dart port of the JS library https://github.com/kchapelier/fast-2d-poisson-disk-sampling. Fast 2D Poisson Disk Sampling based on a modified Bridson algorithm
1.0.4 5/16/2021. #
- removed dartdoc dependency from pubspec
1.0.3 5/16/2021. #
- added proper formatting via
dartfmt -w .
1.0.2 5/16/2021. #
- Fixed issue that prevented correct distribution of points
1.0.1 5/15/2021. #
- Corrected ReadMe to include correct random function reference
1.0.0 5/15/2021. #
- Generated docs
- Added ReadMe notes
- initial commit