Cinder-Awesomium

所属分类:云数据库/云存储
开发工具:Objective-C
文件大小:0KB
下载次数:0
上传日期:2013-01-03 05:15:30
上 传 者sh-1993
说明:  Awesomium web浏览器库的煤渣块。,
(Cinder block for the Awesomium web browser library.,)

文件列表:
LICENSE.txt (65544, 2013-01-02)
build/ (0, 2013-01-02)
build/bin/ (0, 2013-01-02)
build/bin/msw/ (0, 2013-01-02)
build/bin/msw/SDL.dll (330080, 2013-01-02)
build/bin/msw/avcodec-53.dll (1099632, 2013-01-02)
build/bin/msw/avformat-53.dll (190832, 2013-01-02)
build/bin/msw/avutil-51.dll (123248, 2013-01-02)
build/bin/msw/awesomium.dll (20645216, 2013-01-02)
build/bin/msw/awesomium_pak_utility.exe (132448, 2013-01-02)
build/bin/msw/awesomium_process.exe (38240, 2013-01-02)
build/bin/msw/awesomium_process.pdb (560128, 2013-01-02)
build/bin/msw/awesomium_symbols.pdb (38390784, 2013-01-02)
build/bin/msw/icudt.dll (9955168, 2013-01-02)
build/bin/msw/inspector.pak (3942772, 2013-01-02)
build/bin/msw/libEGL.dll (104800, 2013-01-02)
build/bin/msw/libGLESv2.dll (513376, 2013-01-02)
build/bin/msw/webui_assets.pak (9661, 2013-01-02)
build/lib/ (0, 2013-01-02)
build/lib/msw/ (0, 2013-01-02)
build/lib/msw/awesomium.lib (241714, 2013-01-02)
cinderblock.png (48508, 2013-01-02)
cinderblock.xml (1706, 2013-01-02)
include/ (0, 2013-01-02)
include/Awesomium/ (0, 2013-01-02)
include/Awesomium/BitmapSurface.h (4887, 2013-01-02)
include/Awesomium/ChildProcess.h (1384, 2013-01-02)
include/Awesomium/DataPak.h (2178, 2013-01-02)
include/Awesomium/DataSource.h (2650, 2013-01-02)
include/Awesomium/JSArray.h (2097, 2013-01-02)
include/Awesomium/JSObject.h (7602, 2013-01-02)
include/Awesomium/JSValue.h (3279, 2013-01-02)
include/Awesomium/Platform.h (2985, 2013-01-02)
include/Awesomium/PrintConfig.h (1133, 2013-01-02)
include/Awesomium/ResourceInterceptor.h (5532, 2013-01-02)
include/Awesomium/STLHelpers.h (1681, 2013-01-02)
include/Awesomium/Surface.h (4237, 2013-01-02)
... ...

Cinder-Awesomium ================ Cinder block for the Awesomium web browser library. Included is the Windows distribution of Awesomium 1.7.0 RC3, excluding their ```samples``` and ```wrappers``` folders. Please refer to the [Awesomium license](https://raw.github.com/paulhoux/Cinder-Awesomium/master/LICENSE.txt) for more information on licensing fees. Awesomium is NOT free software! #####Using this block with the latest "appRewrite" version of Cinder Cinder's tool for setting up empty projects, TinderBox, has been revamped and now supports a neat system for the management of plug-ins called Cinder Blocks. CinderAwesomium supports this new feature. Simply add this repository as a submodule, as described below. It will then automatically be detected by TinderBox and you can add it to your projects. * Open a command window * Switch to the disk containing the Cinder root folder: ```d:``` * Browse to the Cinder root folder: ```cd path\to\cinder_master``` * Add the Awesomium block to the blocks folder: ```git clone https://github.com/paulhoux/Cinder-Awesomium.git blocks/Awesomium``` See for more information: https://forum.libcinder.org/#Topic/23286000001389463 #####Using this block with a release version of Cinder Clone the Awesomium block to your Cinder folder: * Open a command window * Switch to the disk containing the Cinder root folder: ```d:``` * Browse to the Cinder root folder: ```cd path\to\cinder_master``` * Add the Awesomium block to the blocks folder: ```git clone https://github.com/paulhoux/Cinder-Awesomium.git blocks/Awesomium``` Alternatively, you can download the repository as a [ZIP-file](https://github.com/paulhoux/Cinder-Awesomium/zipball/master) and manually add the files to a "cinder_master\blocks\Awesomium" folder. #####Using this block with a forked GIT version of Cinder Add the Awesomium block as a submodule to your Cinder fork: * Open a command window * Switch to the disk containing the Cinder root folder: ```d:``` * Browse to the Cinder root folder: ```cd path\to\cinder_master``` * Add the Awesomium block to the blocks folder: ```git clone https://github.com/paulhoux/Cinder-Awesomium.git blocks/Awesomium``` #####Adding the block to your project * Add the following folders to your include folders: * ```cinder_master\blocks``` * ```cinder_master\blocks\Awesomium\include``` * Add the following folder to your library folders: ```cinder_master\blocks\Awesomium\build\lib\msw``` * Add the following .lib files to your dependencies: ```awesomium.lib``` * Add this include statement at the top of your .cpp files: ```#include ``` * Copy ALL files from ```cinder_master\blocks\Awesomium\build\bin\msw``` to your Debug and Release folders. #####Copyright notice Copyright (c) 2010-2012, Paul Houx - All rights reserved. This code is intended for use with the Cinder C++ library: http://libcinder.org Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

近期下载者

相关文件


收藏者