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.
- Host: GitHub
- URL: https://github.com/ajmnz/p5.js-parallax
- Owner: ajmnz
- License: mit
- Created: 2020-12-06T19:35:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T21:52:15.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T11:15:33.077Z (about 1 year ago)
- Topics: p5, p5-js, p5js, parallax, parallax-effect, parallax-scrolling
- Language: JavaScript
- Homepage: https://ajmnz.github.io/p5.js-parallax
- Size: 984 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.