facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.34k stars 303 forks source link

Implement HTML canvas renderer #111

Open jrmuizel opened 7 years ago

jrmuizel commented 7 years ago

It would be great to have an HTML5 canvas renderer for this format.

subtleGradient commented 7 years ago

There's an old branch somewhere with a JS implemention using React ART. But then we added a bunch more features to the native implementions and haven't gotten to bringing them to JS yet. If anyone is interested in finishing it, I can publish it to a branch

jrmuizel commented 7 years ago

I'd be interested in taking a look

labenz commented 7 years ago

Also interested in the HTML5 canvas renderer

ptomasroos commented 7 years ago

@subtleGradient do you mind pushing this to a branch? I'm willing to take a look at this in the coming weeks

subtleGradient commented 7 years ago

@lozzle any chance you could resurrect my old HTML5 branch and publish it somewhere?

subtleGradient commented 5 years ago

Found it https://github.com/facebookincubator/Keyframes/pull/152