quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
411 stars 47 forks source link

Please add noisy #2384

Open Kevinpgalligan opened 6 months ago

Kevinpgalligan commented 6 months ago

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.