vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.41k stars 66 forks source link

Add Perlin noise function #174

Open Kevinpgalligan opened 1 month ago

Kevinpgalligan commented 1 month ago

This change gives Sketch a Perlin noise API that is basically lightweight wrapper around noisy

(...which was finally added to the quicklisp depository).