1 Star 0 Fork 40

307677814 / EasyCKL

forked from daemon_process / EasyCKL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.38 KB
一键复制 编辑 原始数据 按行查看 历史
daemon_process 提交于 2017-01-25 10:39 . Update README.md

##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

C++
1
https://gitee.com/307677814/EasyCKL.git
git@gitee.com:307677814/EasyCKL.git
307677814
EasyCKL
EasyCKL
master

搜索帮助