Go to file
2023-04-01 21:48:19 +09:00
src Fix not using OpenCL header on disabled OpenCL 2023-03-31 19:04:25 +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 Rename project/binary-name 2023-04-01 21:48:19 +09:00
LICENSE Update LICENSE year 2023-03-31 14:56:40 +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.