Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhpcv252/webgl-img-particle-carousel-exp
WebGL image particles fade-in carousel
https://github.com/bhpcv252/webgl-img-particle-carousel-exp
carousel image particles shaders threejs webgl
Last synced: 28 days ago
JSON representation
WebGL image particles fade-in carousel
- Host: GitHub
- URL: https://github.com/bhpcv252/webgl-img-particle-carousel-exp
- Owner: bhpcv252
- Created: 2023-04-28T10:35:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T11:31:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T04:28:12.172Z (3 months ago)
- Topics: carousel, image, particles, shaders, threejs, webgl
- Language: JavaScript
- Homepage: https://webgl-img-particle-carousel-exp.vercel.app
- Size: 4.54 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGL image particles carousel
WebGL image carousel with particles fade-in effect; created using THREE.js and Shaders.-------
Install dependencies:
```bash
npm i
```Start development:
```bash
npm start
```Build Project:
```bash
npm run build
```