Go to file
2021-12-10 06:39:37 +00:00
src Round values when creating image from rankings 2021-11-11 15:36:05 +09:00
.clangd Switch to CMake, try to fix grayscale blue-noise 2021-10-06 19:54:07 +09:00
.gitignore Switch to CMake, try to fix grayscale blue-noise 2021-10-06 19:54:07 +09:00
CMakeLists.txt Impl arg-parsing for generic use of blue-noise gen 2021-11-10 20:04:08 +09:00
LICENSE Add MIT LICENSE 2021-02-14 13:55:10 +09:00
README.md Update 'README.md' 2021-12-10 06:39:37 +00:00

Blue_Noise_Generation

Currently, this project only generates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.