Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/poisson-surface.rs
Rust experiment: Poisson point distribution
https://github.com/cdlm/poisson-surface.rs
Last synced: 5 days ago
JSON representation
Rust experiment: Poisson point distribution
- Host: GitHub
- URL: https://github.com/cdlm/poisson-surface.rs
- Owner: cdlm
- Created: 2015-12-25T23:49:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T16:44:49.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T07:05:04.021Z (about 2 months ago)
- Language: Rust
- Size: 178 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Poisson point distribution, in Rust
===================================This is a small implementation of [Bridson's Poisson Disc algorithm][bridson], inspired by Mike Bostock's examples [here][bostock1] and [here][bostock2].
But really it's just a pretext for fiddling with [Rust](https://www.rust-lang.org) and getting my head around it's type system.
[bridson]: https://www.jasondavies.com/poisson-disc/
[bostock1]: http://bl.ocks.org/mbostock/19168c663618b7f07158
[bostock2]: http://bl.ocks.org/mbostock/dbb02448b0f93e4c82c3