Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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