diff --git a/README.md b/README.md index 95ca645..64e5894 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ may be needed for higher dimensional noise and additional detail. This library also include 1D, 2D, and 3D noise shaders for use with the [LÖVE game engine](https://love2d.org/). The shader versions are much faster for producing many noise values, as they run in parallel on the GPU. +There is a demo available in the demo/ directory. ```lua local noise_shader, noise_gradient_shader = Noise.make3dShader{resolution=11}