quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add noisy

Open Kevinpgalligan opened this issue 1 year ago • 0 comments

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:

  1. It works for an arbitrary number of input dimensions.
  2. It provides a stateful interface that allows multiple threads to generate noise independently.

Kevinpgalligan avatar Dec 15 '23 19:12 Kevinpgalligan