All Projects → blastrain → Pixi After Effects

blastrain / Pixi After Effects

Licence: mit
play AfterEffects animation by pixi.js

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Pixi After Effects

Detect Gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 460 (+411.11%)
Mutual labels:  pixijs
Robotlegsjs Pixi
RobotlegsJS framework integration with PixiJS
Stars: ✭ 25 (-72.22%)
Mutual labels:  pixijs
Colyseus Tic Tac Toe
Turn-based multiplayer example powered by Colyseus
Stars: ✭ 61 (-32.22%)
Mutual labels:  pixijs
Awesome Pixijs
My list of awesome pixi.js related parties
Stars: ✭ 489 (+443.33%)
Mutual labels:  pixijs
React Pixi Fiber
Write PixiJS applications using React declarative style.
Stars: ✭ 568 (+531.11%)
Mutual labels:  pixijs
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+38768.89%)
Mutual labels:  pixijs
Metacar
A reinforcement learning environment for self-driving cars in the browser.
Stars: ✭ 337 (+274.44%)
Mutual labels:  pixijs
Snake
🐍🎮 Snake game made with Expo & PIXI.js 👾 iOS, Android, and Web
Stars: ✭ 67 (-25.56%)
Mutual labels:  pixijs
Ct Js
Ct.js is a desktop game engine that makes learning programming fun and game development easy by its visual editors and well-documented code library
Stars: ✭ 831 (+823.33%)
Mutual labels:  pixijs
Kinecttopin
(Eyebeam #1 of 13) Developed with @FakeGreenDress. Record, stream, and export Kinect mocap data to After Effects puppet pins. Record directly from the Kinect or over OSC. Compiling or running from source requires SimpleOpenNI.
Stars: ✭ 40 (-55.56%)
Mutual labels:  after-effects
Pixi Filters
Collection of community-authored custom display filters for PixiJS
Stars: ✭ 524 (+482.22%)
Mutual labels:  pixijs
Pixi Particles
A particle system for PixiJS
Stars: ✭ 555 (+516.67%)
Mutual labels:  pixijs
Nexrender
📹 Data-driven render automation for After Effects
Stars: ✭ 946 (+951.11%)
Mutual labels:  after-effects
D Zone
An ambient life simulation driven by user activity within a Discord server
Stars: ✭ 466 (+417.78%)
Mutual labels:  pixijs
React Lottie
Render After Effects animations on React based on lottie-web
Stars: ✭ 1,132 (+1157.78%)
Mutual labels:  after-effects
Duckhunt Js
DuckHunt ported to JS and HTML5
Stars: ✭ 390 (+333.33%)
Mutual labels:  pixijs
Lottie Android
Render After Effects animations natively on Android and iOS, Web, and React Native
Stars: ✭ 32,189 (+35665.56%)
Mutual labels:  after-effects
Css Sprite Exporter
A script can help generate css sprite animation from AE comps.
Stars: ✭ 80 (-11.11%)
Mutual labels:  after-effects
Easygameframeworkopen
基于Typescript的渐进式通用游戏前端开发框架
Stars: ✭ 65 (-27.78%)
Mutual labels:  pixijs
Doom Lgs
A multiplayer Node.js light gun shooter inspired on Doom
Stars: ✭ 36 (-60%)
Mutual labels:  pixijs

pixi-after-effects

play AfterEffects animation by pixi.js

CircleCI

FEATURES

  • play AfterEffects animation from JSON
  • support AfterEffects composition as PIXI.Container
  • support images in AfterEffects as PIXI.Sprite
  • can play independent each animation in AfterEffects

DOCUMENTATION

see https://blastrain.github.io/pixi-after-effects/docs

INSTALL

npm install pixi-after-effects

install minified file to node_modules/pixi-after-effects/dist/pixi-ae.js

DEMO

see https://blastrain.github.io/pixi-after-effects/dist

or run your machine the following step

yarn install # install dependencies
yarn server  # start simply server by webpack-dev-server (using port 5000)

# access http://localhost:5000 and can see demonstration

HOW IT WORKS

pixi-after-effects use lottie-web(bodymovin)'s AfterEffects plugin.

lottie-web(bodymovin) supports AfterEffects plugin.
It can convert AfterEffects animation to JSON format. (detail : https://github.com/airbnb/lottie-web#plugin-installation )

pixi-after-effects play animation from JSON format generated by lottie-web plugin.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].