43 Star 87 Fork 40

daemon_process / EasyCKL

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
BSD-3-Clause

##EasyCKL

简体中文 编译指南已经移至 Compilation Guide

EasyCKL is a library based on CEF3 (embedded Chromium framework), support for Windows and Linux platforms.

API Documentation | Build EasyCKL From Source Code | Getting Started Tutorial(MSVC) | Getting Started Tutorial(MinGW) | Project News

If the above API Documentation can not be opened, use This Link

For the meaning of the cause of EasyCKL development please refer to Wiki page

In short, EasyCKL has many excellent features

  • Completely with C-style API interfaces, please refer to the Wiki page for details. Wiki page

  • As far as possible follow the "seperation of mechanism and policy" principle, do not impose any policy on the caller, please refer to the Wiki page for details. Wiki page

  • Simple and easy to use, lightweight, she put the CEF complex class, cumbersome inheritance and abstraction hidden, leaving the caller is like Win32API, Linux system calls, POSIX library functions as concise and powerful interface.

  • He ensures backwards compatibility as much as possible, either at the source or binary level.

With EasyCKL, you can

  • Embed a web control which is high-performance, compatible with the latest standards of mainstream for your application

  • Make browsers that based on Chromium kernel, such as [ECKBrowser] (http://easyckl.tk/eckbrowser/)

  • Hosting applications primarily developed with Web technologies (WebUI)

How to get started?

I would like to develop my application based on EasyCKL - Go back to the top to get the Getting Started Tutorials and API Documentation

I would like to develop directly on the EasyCKL source - Go to the Compilation Guide(INSTALL.md page) about compiling EasyCKL. Compilation Guide

Note If you are developing on the Linux platform, it is recommended that you build EasyCKL via source code, because different compiler versions, different glibc versions, and different Linux distributions environments can cause binary compatibility problems. In addition, the direct release of the source code on Linux is also the most acceptable method for users.

Chromium Embedded Framework

BSD LICENSE

Windows (Win32, ix86): cef_binary_3.2623.1401.gb90a3be_windows32 (Default) cef_binary_3.2704.1431.ge7ddb8a_windows32 (Optional)

Linux (i686): cef_binary_3.2623.1399.g64e2fe1_linux32

Windows Tip: cef_binary_3.2623.1401.gb90a3be_windows32 version is the last version of supporting Windows XP, but I also carry codes of a new version (cef_binary_3.2704.1431.ge7ddb8a_windows32), if you do not need to continue to support XP, you can use the new code to compile

Note: This project publishes the source code, README, Wiki, and API Documentation under BSD LICENSE

Copyright (c) 2016, daemon_process All rights reserved. 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. * Neither the name of the {organization} nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 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.

About

这是一个基于CEF3(嵌入式 Chromium 框架)二次开发的库,支持 Windows 和 Linux 平台。 expand collapse
C++
BSD-3-Clause
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
C++
1
https://gitee.com/daemon_process/EasyCKL.git
git@gitee.com:daemon_process/EasyCKL.git
daemon_process
EasyCKL
EasyCKL
master

Search