boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Sprite Animation #7

Closed MattSurabian closed 8 years ago

MattSurabian commented 8 years ago

Provide some kind of solution for spritesheet based animations in react components.

labond commented 8 years ago

make a branch that is a performance test for this to verify what limitations this method will have. How many concurrent animations can we have on which devices, how big can the animations be, what frame rates can they sustain?

labond commented 8 years ago

implementation should expect output from #38

labond commented 8 years ago

Don't forget to do documentation so people can use this.

labond commented 8 years ago

Closing this as it is absorbed into #72 and #86