-
Notifications
You must be signed in to change notification settings - Fork 0
Shumway 是一项 HTML5 技术实验,着眼于探索并构建一个如实高效的 SWF 文件渲染平台,摆脱对原生代码辅助的依赖。我们的目标是建立一个在解析和渲染 SWF 文件方面具有普遍用途、基于网页标准的平台。在实验取得成功后我们也有可能将其整合到 Firefox 当中。
在线演示和可安装的 Firefox 扩展链接均可在 http://mozilla.github.com/shumway/ 页面中找到。
Shumway 是一个由 Mozilla 研究院创建的开源社区项目。绝大部分与开发有关的讨论均在 IRC 中进行:
服务器名: irc.mozilla.org 频道名: #shumway
或者查看常见问题。
您可以通过以下方法来克隆(clone) Shumway 的源代码及其子模块:
cd ~
git clone --recursive https://github.com/mozilla/shumway.git Shumway
如果您计划参与贡献或是尝试一下样例,请先安装以下工具:
- 标准的 Firefox 开发/构建环境(详见 https://developer.mozilla.org/en-US/docs/Simple_Firefox_build):
- 对于 Windows,需要 mozilla-build can be modified 来添加 git;
- 对于 64 位 Ubuntu 您可能需要
install libc6-dev-i386 g++-multilib
;
- node.js 0.8 及更高版本 (http://nodejs.org/download/);
- Java 1.6 及更高版本;
- 当然还有 git。
The additional utils (such as SpiderMonkey JS shell, Closure, Flex SDK, etc.) are required for AVM2 engine execution, and building the extension; and can be installed by running:
make install-utils
Tamarin (AVM Shell and tests) is required for AVM2 testing, it can installed by running:
make install-tamarin
Overview of the Build System
For impatient, see Running the examples. Please notice that you have to finish setting up the environment before you run the examples. See also Debugging and Configuring Shumway.
See Running tests for more information.
Firefox 18+ supports API for JavaScript extensions to create native plugins previews for specific mime type (Bug 776208). To create the extension, see Building Firefox Extension. See also Debugging and Configuring Shumway.
The shumway project is currently in active development and many SWF features are not yet implemented. Tracking all the missing features is not a goal at this time, and so we discourage filing every issue using the github issue tracker. We encourage interested developers to submit bug fixes and new features using github pull requests. If you need help figuring out how to start, please ask on IRC or the mailing list.