Engagement/Developer Engagement/Grab bag/Screencast Canvas Jason
From MozillaWiki
< Engagement | Developer Engagement | Grab bag
In this screencast Jason Weathersby of the developer relationship team explains how to test a HTML5 Canvas based game written for Firefox OS. In only 8 minutes you will learn:
- How to the App Manager to test an App in the simulator and on a Firefox OS device
- How to detect performance issues with the app
- How to use the Scratchpad to AB test different solutions to the performance issues
- How to validate your changes on a real Firefox OS device
- How to make Canvas apps perform better by creating calculations on an off-screen canvas and have a secondary one to render the results.