Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).