No description
Stephen Seo
997f72ca42
Includes fixes from bugs in previous commit. Doesn't seem to improve the runtime much, so there may be more room for optimization... |
||
---|---|---|
src | ||
.clangd | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
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.