All Projects → pixijs → Pixi Swf

pixijs / Pixi Swf

Licence: apache-2.0
SWF implementation, work is in progress

Programming Languages

typescript
32286 projects

Pixi-SWF

The plugin for pixi.js is derivative of Mozilla Shumway, licensed under the Apache 2.0 License.

Goals:

  1. Help developers migrate their old ActionScript projects to PixiJS and TypeScript
  2. Integration with tools that export SWF format: vector graphics and UI for PixiJS applications

Thank You, Mozilla and Macromedia!

Both the original SWF player and Shumway project were written by genius, hard-working people. We really appreciate your work and we believe that the SWF format will have bright future in open-source.

State of the project

Work is in progress. There are heavy changes in architecture.

  1. AVM is removed. Old AS2-based animations are not supported at all.
  2. Classes structure and reflection is under heavy refactoring.
  3. IFrames were removed.
  4. Vector graphics do not have transparent seams anymore.
  5. Filters/cacheAsBitmap are truly cached, creating a significant performance boost.

Milestones:

  1. Move renderer to PixiJS, and use both 2d and webgl contexts.
  2. Make adapters between SWF display tree and PixiJS tree.
  3. Add online fiddle collection.
  4. Add tests.

Build

Setup

npm install

Compile

npm run build

Test/Run

  1. Checkout gh-pages branch in separate folder
  2. Make symlinks or just copy files in dist folder.
  3. Start a web-server, open the browser at localhost:8080
npm install -g http-server
http-server -c-1

Contributing

While we're in development, please be prepared for serious changes in the project. We recommend you discuss heavy modifications with authors prior to coding.

Please use tabs, not spaces.

Additional resources

We have a channel in PixiJS slack, PM @Ivan to get an invite.

Authors

Thanks

  • Everyone who worked on SWF before us.
  • PixiJS core team members
  • CrazyPanda, a game development company
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].