Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T11:33:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T04:28:11.823Z (3 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
```