Skip to content

Instantly share code, notes, and snippets.

@pixelmager
Last active October 11, 2023 07:05
Show Gist options
  • Save pixelmager/5d25fa32987273b9608a2d2c6cc74bfa to your computer and use it in GitHub Desktop.
Save pixelmager/5d25fa32987273b9608a2d2c6cc74bfa to your computer and use it in GitHub Desktop.
Blue Noise links

Use cases

Textures/Matrices for direct use (data!)

Higher dimensions

Spatio Temporal Blue Noise

Screenspace bluenoise

On generating textures/matrices

Implementations (code!)

On point sets

Analysis

An entire section dedicated to Alan Wolfe's Adventures into Blue Noise :)

@cignoni
Copy link

cignoni commented Jun 8, 2017

For Blue Noise generation on 3D surfaces you could consider also:

Efficient and Flexible Sampling with Blue Noise Properties of Triangular Meshes
Massimiliano Corsini, Paolo Cignoni, Roberto Scopigno
IEEE Transaction on Visualization and Computer Graphics, Volume 18, Number 6, page 914--924 - 2012
http://vcg.isti.cnr.it/Publications/2012/CCS12/

for this algorithm there is a gpl implementation available in vcglib that you can try online in meshlabjs (the javascript based version of the well known meshlab)

animation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment