有人使用 Adobe 的 Project Alchemy 做过任何事情吗?
今年在 MAX 上再次亮相的是 Alchemy,Adobe 的 C/C++-to-AVM2-字节码编译器。 这似乎是非常有趣的东西——我还没有时间亲自深入研究和尝试,但我绝对可以想象如何充分利用它。 想知道你们中是否有人有机会查看它,如果有的话,您尝试过哪些类型的东西,它们进展如何,您的意见是什么,等等。 谢谢!
Making another appearance this year at MAX was Alchemy, Adobe's C/C++-to-AVM2-bytecode compiler. It seems like really interesting stuff -- I haven't yet had time to really dig in and try it out myself, but I can definitely imagine putting it to good use. Wondering whether any of you've had a chance to have a look at it yet, and if so, what kinds of things you've tried, how they've gone, what your opinions are, and the like. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我玩过一点炼金术; 尝试将 swfmill 移植到 AS3。
我的项目陷入停滞,因为我确实需要一个好的压缩库...毕竟我无法将库与我的 C 代码一起拖动;)
另外,我发现在这个阶段从 Flex 读取文件更可靠然后将它们的内容传递给 C 代码,而不是尝试在 C 代码本身中读取它们。
我的博客上有一个关于如何执行此操作的示例。
I have played a bit with Alchemy; tried to port swfmill to AS3.
My project stalled because I would really need a good compression library...after all I cannot drag a library along with my C code ;)
Also, I found out that it is, at this stage, more reliable to read your files from Flex then pass their content to the C code than trying to read them in your C code itself.
I have an example of how I do this on my blog.