Here is a little example of how we can combine the power of WebGL using pixijs , typescript gsap for tween.
i am using https://stackblitz.com which is vscode type online editor
add necessary dependencies
working example below =>
https://stackblitz.com/edit/typescript-h7u5zm
i am using https://stackblitz.com which is vscode type online editor
add necessary dependencies
working example below =>
https://stackblitz.com/edit/typescript-h7u5zm
NPM Install for pixijs
npm install pixi.js
Typescript Definitions for Pixi.js v4
https://github.com/pixijs/pixi-typescript
npm install gsap
https://greensock.com/?product-plugin=js-pixiplugin for pixijs
Comments
Post a Comment