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

https://github.com/kekkorider/codrops-tutorial-ogl-image-carousel

Repository for a Codrops tutorial about the creation of an image carousel with GSAP and OGL
https://github.com/kekkorider/codrops-tutorial-ogl-image-carousel

animation carousel gsap3 ogl tutorial webgl webgl2

Last synced: about 1 month ago
JSON representation

Repository for a Codrops tutorial about the creation of an image carousel with GSAP and OGL

Awesome Lists containing this project

README

        

# Abstract Image Slideshow with OGL, GLSL, and GSAP

Demo for the tutorial on how to create a WebGL-powered image slideshow animated using a single value.

![Image](https://tympanus.net/codrops/wp-content/uploads/2021/08/TriangleGridSlideshow_feat.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=55916)

[Demo](http://tympanus.net/Tutorials/TriangleSlideshow/)

**Disclaimer**: This has been developed using NodeJS `14.15.5`. I am not aware of any incompatibility issues with other versions, but to avoid any problem it is recommended to switch to version `14.15.5` using [NVM](https://github.com/nvm-sh/nvm).

```shell
$ nvm use
```
___

## Setup
```shell
$ yarn install
```
## Start development server
```shell
$ yarn dev
```

Then the development server will start at `http://localhost:1234`

## Build package
```shell
$ yarn build
```