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

https://github.com/sebavan/babylonjsanimatedgifsample

Quick Demo to show the usage of animated Gifs in Babylon.js
https://github.com/sebavan/babylonjsanimatedgifsample

Last synced: 11 months ago
JSON representation

Quick Demo to show the usage of animated Gifs in Babylon.js

Awesome Lists containing this project

README

          

# Babylon.js Video Processing DEMO

[![Twitter](https://img.shields.io/twitter/follow/babylonjs.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=babylonjs)

**Any questions?** Here is our official [forum](https://forum.babylonjs.com/).

You can find documentation for the controls [here](https://doc.babylonjs.com/features/controls)

## Running locally

After cloning the repo, running locally during development is all the simplest:
```
npm install
npm start
```

For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.

## Live Demo

All available in the famous [Babylon.js website](https://www.babylonjs.com/Demos/AnimatedGif/#).

And please have a read at the associated article on [Medium](https://medium.com/@babylonjs/animated-gifs-in-webgl-55a6c7bc9c93)