Version 1, last updated by wycc at February 16, 2011 16:24 UTC
BrowserPorting
Application Framework
Although the application framework itself can be executed in the browser without issue, it rely on the following low level functions.
- Scene and component support. This is actually part of the SVG renderer. We will use different renderer for MB binding and browser binding. The MB binding is in svg_mb.js and the browser binding is in svg_browser.js.
- The event system. The keyboard and mouse event handler is different in the MB and the browser. However, we define the event abstraction layer for the event handling.
SVG renderer
Animation