Add README.md

This commit is contained in:
Stephen Seo 2021-11-11 17:43:27 +09:00
parent afa27fc555
commit ff3b69cc6a

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# Dithering
Currently, this project only genereates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.