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
- Host: GitHub
- URL: https://github.com/sebavan/babylonjsanimatedgifsample
- Owner: sebavan
- License: mit
- Created: 2020-04-02T19:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:49:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T20:24:12.396Z (over 1 year ago)
- Language: Roff
- Size: 7.18 MB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babylon.js Video Processing DEMO
[](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)