Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 490 Bytes

ofxPoissonDiskSampling

An OpenFrameworks wrapper for Poisson Disk Sampling, a method to generate random points in space with some randomness.

The code uses C++11 (but could easily be rewritten to conform to C++98).

The following images show the difference between "true" (actually pseudo-)randomness and Poisson Disk Sampling. I ran a Delaunay triangulation on both sets of samples.

ofRandom

ofxPoissonDiskSampling