Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Perlin noise function #174

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Kevinpgalligan
Copy link
Contributor

@Kevinpgalligan Kevinpgalligan commented Oct 23, 2024

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

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

  • The API is pretty much identical to p5js, see here.
  • Each sketch instance has its own collection of noise states, for thread-safety.
  • Also comes with documentation and an example.
  • Issue where I originally suggested this.

Copy link
Contributor

@Gleefre Gleefre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks cool!

examples/noise.lisp Outdated Show resolved Hide resolved
examples/noise.lisp Outdated Show resolved Hide resolved
README.org Outdated Show resolved Hide resolved
examples/noise.lisp Show resolved Hide resolved
src/noise.lisp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants