A dithering showcase.
en.wikipedia.org/wiki/dither
surma.dev/things/ditherpunk/
tannerhelland.com/20โฆhms-source-code.html
stackoverflow.com/quโฆlors-with-javascript
Further reading:
observablehq.com/@joโฆoefficient-dithering
en.wikipedia.org/wiki/lattice_boltzmann_methods
Log in to post a comment.
const shadesOfGrey = 6; //min=2 max=16 step=2 Fewer shades equals faster drawingconst display = 4; //min=0 max=4 step=1 (Single error-diffusion dithering, Single ordered dithering; using Bayer matrix, Showcase first 4 error-diffusion dithering, Showcase first 4; using Bayer matrix, Showcase threshold; Floyd-Steinberg; 1st and 3rd order bayer ordered Dithering )