c++ - 通过 FLASCC 从 C++ 到 Actionscript

标签 c++ actionscript-3 gesture-recognition flascc

我希望能从熟悉 C++ 和 Actionscript 的任何人那里得到一些反馈。不幸的是,我不是 C++ 编码员。

我正在使用 AIRKinect 框架开发 Kinect 应用程序。不幸的是,该框架的一个局限性是缺乏任何有用的手势检测算法。

我发现了这个用 C++ 构建的手势识别库。 http://www.nickgillian.com/wiki/pmwiki.php?n=GRT.FAQ

还有 Flash C++ 交叉编译器(以前称为 Alchemy) http://gaming.adobe.com/technologies/flascc/

我想知道是否可以将这个手势识别库转换成 swc(Flash 格式)以便我可以将它与 AIRKinect 一起使用?

最佳答案

这是可能的。

FlasCC uses a version of LLVM-GCC 4.2 with a custom LLVM backend that generates ActionScript bytecode capable of running within the Flash Runtime. More specifically, the bytecode runs in the ActionScript virtual machine (AVM). This lets you compile arbitrary C/C++ code into a managed bytecode format capable of high performance execution within the Flash Runtime on Mac, Windows, or Linux

更多信息请阅读 FlasCC 文档:FlasCC

如果你想下载FlasCC。重新加入此站点(Adobe 品牌 reshape ):https://creative.adobe.com/apps?trial=GAME&promoid=KBYQD

然后单击下载。 enter image description here

重定向到这个网站。下载 Flascc 工具。 enter image description here

关于c++ - 通过 FLASCC 从 C++ 到 Actionscript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14791281/

相关文章:

c++ - 基于 cmake 的项目 : checking for contrib modules 中的 OpenCV

c++ - 如何可靠地确定文件是否已在 Microsoft Excel 中打开?

c++ - 如何将函数指针作为 lpParameter 传递给 CreateThread?

javascript - ActionScript 3 事件监听器和带参数的函数

c# - 如何使用 Kinect 跟踪一个人 (trackingID)

java - 如何获得 View 的结束 (x,y) 坐标?

c++ - 什么是从虚基类继承的虚函数的 "virtual thunk"?

apache-flex - this.loaderInfo 在 Flex 中为空

Java柏林噪声

opencv - 使用网络摄像头(不是 Kinect)确定骨骼关节