Go to file
Stephen Seo ef7f623fb3 Optimize buffer writes in vulkan_get_filter calls
When only a single item in pbp buffer is changed, only update the single
item in the staging buffer and the device buffer prior to Vulkan compute
execution on buffers.
2024-04-03 17:55:37 +09:00
src Optimize buffer writes in vulkan_get_filter calls 2024-04-03 17:55:37 +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 CMakeLists.txt: Debug flag "-Og" instead of "-O0" 2024-03-20 16:20:13 +09:00
LICENSE Update LICENSE year 2024-03-06 17:38:53 +09:00
README.md Update README.md 2024-04-01 11:30:42 +09:00

README.md

Blue_Noise_Generation

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