Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudjuracek/xy-poisson
:electric_plug::pencil2: poisson disk sampling
https://github.com/arnaudjuracek/xy-poisson
Last synced: 13 days ago
JSON representation
:electric_plug::pencil2: poisson disk sampling
- Host: GitHub
- URL: https://github.com/arnaudjuracek/xy-poisson
- Owner: arnaudjuracek
- License: mit
- Created: 2016-11-05T17:50:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T17:51:54.000Z (about 8 years ago)
- Last Synced: 2024-11-06T23:45:38.417Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 644 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![preview](poisson.png?raw=true "preview")
### References
- [Fast Poisson Disk Sampling in Arbitrary Dimensions](http://www.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf)
- [arnaudjuracek/xy](https://github.com/arnaudjuracek/xy)
- [arnaudjuracek/xy-server](https://github.com/arnaudjuracek/xy-server)### Installation
```sh
svn export https://github.com/arnaudjuracek/xy-poisson/trunk xy-poisson
cd xy-poisson
npm install
```### License
[MIT](https://tldrlegal.com/license/mit-license).