首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > awesomium C-API为1.6

awesomium C-API为1.6

  • 资源大小:31.98 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: awesomiumCAPI

资 源 简 介

Overview Awesomium is a thin wrapper around chromium/webkit which allows for offscreen rendering of web content to be easily integrated in other applications, e.g. games. The official Awesomium API is C++ only so this project aims at creating a full, easy to use (cough) C-API on top of the original C++ API. A couple of points 99% of the C++ API is wrapped except resource interceptors Each class in the original API is wrapped via awe_CLASSNAME_methodname C procedures/functions. If you follow this pattern you can refer to the official C++ documentation. JSValue::Object, JSValue::Array and JSArguments are exposed in a minimal way throuw the awe_Object_XXX, awe_Array_xxx and awe_JSArguments_XXX procedures/functions JSValues directly returned by functions must be freed via awe_JSValue_delete as they are deep copies of the original C++ side JSValues. I currently use w

文 件 列 表

awesomium.bi
awesomiumc.dll
awesomiumc.lib
awesomiumc.h

相 关 资 源

VIP VIP
0.186594s