An open API service indexing awesome lists of open source software.

https://github.com/ajmnz/p5.js-parallax

Stars and multi-layer image parallax in p5.js.
https://github.com/ajmnz/p5.js-parallax

p5 p5-js p5js parallax parallax-effect parallax-scrolling

Last synced: 11 months ago
JSON representation

Stars and multi-layer image parallax in p5.js.

Awesome Lists containing this project

README

          

# p5.js Stars and Layers Parallax
Stars parallax and multi-layer image parallax in p5.js.

**Live demo: https://ajmnz.github.io/p5.js-parallax**

# Installation
Clone this repository

```bash
git clone https://github.com/ajmnz/p5.js-parallax
```

Or download the zip file.

# Usage
Run `npm install` to install all the dependencies.

### Development
Run `npm run start` to start a Webpack development server, or run
`npm run dev` to compile a development build.

### Production
Run `npm run build` to compile a production build.