Integrating swf in c++(在 C++ 中集成 swf)
问题描述
有没有办法制作包含 .swf 的 c++ gui 应用程序?
Is there any way of making c++ gui applications that include .swf?
与 gif 或其他类型的动画相比,swf 文件非常小且更容易制作,因此能够包含它们会很好.
The swf file are pretty small and easier to make than gif or other kind of animations so it would be nice to be able to include them.
一些图书馆的推荐,免费的甚至是开源的...
Some recommendations of a library, free or even open source...
推荐答案
Awesomium 和这个人的其他网站正是您所需要的.
Awesomium and the other websites from this guy are just what you need.
- 解释 html/javascript/css - 通过 Chromium - Google 的 Chrome 网络浏览器的基础.
- 播放 Flash 内容
- C++
- 免费
- 开源
- 棒极了
它从网络内容(html/javascript/css + flash!)生成纹理(2D 图像).然后您可以在这个演示中随意使用.在此视频中,您可以看到 Youtube 显示在用于 3D 四边形网格的纹理上.您也可以下载演示版.
It generates a texture (a 2D image) from web content ( html/javascript/css + flash! ). Then you can use as you want like in this demo. In this video you can see that Youtube is displayed on a texture that is used on a 3D quad mesh. You can download the demo too.
有些人用它来代替他们的 GUI 系统.也可以看看 AkaRUI.
Some people are using it to replace their GUI system. See AkaRUI too.
这篇关于在 C++ 中集成 swf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 C++ 中集成 swf
- STL 中有 dereference_iterator 吗? 2022-01-01
- 静态初始化顺序失败 2022-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 近似搜索的工作原理 2021-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 从python回调到c++的选项 2022-11-16
- C++ 协变模板 2021-01-01