Skip to content

agriyakhetarpal/perlin-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perlin-art

Create animated artwork with Perlin noise procedural generation via the p5.js noise() function(s). The only dependency is the p5.js library, which has been provided locally but can be used from a CDN service as well.

How to run

  1. Clone the repository via (or make your own fork!)
git clone https://github.com/agriyakhetarpal/perlin-art.git
  1. Open index.html in a WebAssembly-compliant browser to use WebGL. It is preferred to use Live Server if you use Visual Studio Code.

Artwork parameters

  • Polygon
  • Speed
  • Distortion
  • Density

Usage example

A .GIF file that contains a usage example

About

Generative artwork with Perlin noise via p5.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages