5

Moz2D 是 Firefox 的新后端,目前它正在从 Cairo 切换到该后端。Moz2D 相对于 Cairo 的优势之一是它使 Firefox 中的渲染工作更快。这是 Moz2D 的基本信息https://wiki.mozilla.org/Platform/GFX/Moz2D

那么,是否可以在 Firefox 之外使用 Moz2D 绘制到例如 SDK 窗口?

如果是,您能否提供一些基本的指导方针?当前状态下的 Moz2D 文档非常差。

4

1 回答 1

2

来自 Mozilla irc 的#gfx:

<wafje> is Moz2D/Azure available as an API outside of Firefox, or is it intended to be just for Firefox?
<milan> wafje: it is usable outside the Firefox, at least in that it builds "standalone", but I'm not aware of anybody actually using it in production
  <Bas> milan: I guess Servo, technically.
<milan> Bas: right, and the standalone Skia tests; are they actually running those?
  <Bas> milan: Skia is, or should be.. or do you mean the stand-alone Moz2D tests?
<milan> Bas: probably both :)
  <Bas> milan: To the best of my knowledge neither
于 2016-05-26T17:53:00.923 回答