quicklisp-projects
quicklisp-projects copied to clipboard
Please add noisy
Link: https://github.com/Kevinpgalligan/noisy
noisy is an implementation of Perlin noise. Features that distinguish it from other Common Lisp implementations of Perlin noise that I've seen:
- It works for an arbitrary number of input dimensions.
- It provides a stateful interface that allows multiple threads to generate noise independently.