作者:打篮球的乔巴 | 来源:互联网 | 2023-08-20 01:25
WevebeenlookingataddingdecentbrowsersupporttoourC++application;thisquestionisaboutG
We've been looking at adding decent browser support to our C++ application; this question is about GUI-independent browser libraries since our project involves 3D rendering and doesn't quite fit a normal GUI.
我们一直在寻找为我们的C ++应用程序添加不错的浏览器支持;这个问题是关于GUI独立的浏览器库,因为我们的项目涉及3D渲染,并且不太适合普通的GUI。
The two I've seen so far are Berkelium and Awesomium. Both seem to work in a similar way from my quick investigation, rendering to an offscreen-buffer which you blt into your own window/game/anything. Awesomium is proprietary and costs a fair amount ($5k), Berkelium is open-source and free. Has anyone compared these (and other) such tools? Cross-platform is a benefit but not 100% essential.
到目前为止我见过的两个是Berkelium和Awesomium。从我的快速调查看,两者似乎都以类似的方式工作,渲染到你自己的窗口/游戏/任何内容的屏幕外缓冲区。 Awesomium是专有的并且花费相当多($ 5k),Berkelium是开源和免费的。有没有人比较过这些(和其他)这样的工具?跨平台是一种好处,但不是100%必不可少的。
3 个解决方案