Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```