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

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