如何编写c/c++ Adobe Air(或 Flex)的扩展
有没有官方的 sdk 可供 c/cpp 程序员为 AIR 或 FLEX 编写扩展?
is there a official sdk for c/cpp programmer to write extension for AIR or FLEX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这很快就会发生。 Adobe 今天发布了此文档:http://www .adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtensionsForAdobeAIR.pdf
它仅适用于 AIR for TV,但他们表示将会接下来可用于手机版 AIR
This will happen soon. Adobe posted this document today : http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtensionsForAdobeAIR.pdf
It's only for AIR for TV yet but they said it will be available for AIR for mobiles next
您可以使用 PixelBender 在 C/C++ 中执行某些基于图像的计算。还有一个鲜为人知的项目,名为 Alchemy ,旨在使用现有的 C/C++ 库Flash,但是这个项目还得到完全支持,我不建议使用它,因为结果各不相同。
You can use PixelBender to do certain image based calculations in C/C++. There is also a little known project called Alchemy which was meant to use existing C/C++ libraries in Flash, however this project is fully supported yet and I don't recommend using it because results are varied.