https://github.com/bhpcv252/webgl-img-carousel-exp
WebGL vertical image carousel with added effects
https://github.com/bhpcv252/webgl-img-carousel-exp
carousel image postprocessing shaders threejs webgl
Last synced: about 1 month ago
JSON representation
WebGL vertical image carousel with added effects
- Host: GitHub
- URL: https://github.com/bhpcv252/webgl-img-carousel-exp
- Owner: bhpcv252
- Created: 2023-04-28T08:52:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T11:33:38.000Z (about 3 years ago)
- Last Synced: 2025-10-23T19:47:39.519Z (8 months ago)
- Topics: carousel, image, postprocessing, shaders, threejs, webgl
- Language: JavaScript
- Homepage: https://webgl-img-carousel-exp.vercel.app
- Size: 4.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGL image carousel
WebGL vertical image carousel with added effects; created using THREE.js and Shaders.
-------
Install dependencies:
```bash
npm i
```
Start development:
```bash
npm start
```
Build Project:
```bash
npm run build
```