# cefau3 **Repository Path**: BI4PWI/cefau3 ## Basic Information - **Project Name**: cefau3 - **Description**: https://github.com/nomi-san/cefau3 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-27 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


Cefau3

Chromium Embedded Framework for AutoIt 3



-------
Changelog #### 2019.10.17 - update to CEF 73.1.13 #### 2018.10.23 [74% rollback] - change method create object to C/C++ side - fix some bugs - change some code styles #### 2018.10.10 [79%] - fix window message loop - add force close process for quick exit - fix some crashes #### 2018.10.08 [78%] - change window message loop method - fix some crashes #### 2018.10.04 [75% - rollback] - change struct creation method to C side - struct is implemented #### 2018.09.20 [82%] - use AutoItObject for save code - only create C struct in AutoIt #### 2018.09.05 [58%] - fixed string pointer, null pointer exception when using string function - add build with commandline method for C compiler #### 2018.08.27 [40%] - add more type, callback & event handler - fixed some bugs #### 2018.08.11 [15% - in new project] - Cefau3 was rewritten in C99, use native-code-like (syntax, struct, type, method, prop... like C++ & base on C) - use only functionally for code - add more callback & event handler #### 2018.08.07 [20%] - update to Chromium v61.0.3, increase more performance - added build for **x64/ARM** - added **Cef_Shutdown()** for shutdown CEF & all browser window/child - added **Cef_Close()** for close main browser in handler - can save cache & cookie to path; **Cef_Init()**, second arg is path to store cache (default is .\cache) can delete it when browser closed - fixed Youtube rendering error - fixed crash when exit (may crash on x64) - add more callback & event handler #### 2018.04.26 [16%] - first release of Cefau3, written in C++
### Play \w Cefau3 ```j program/ |---app/... | |---css/... # style | |---js/... # javascript | |---app.js # app | |---index.html # index | |---cef/... # resources | |---locales/... | |---libcef.dll # libcef | |---cefau3.dll # cefau3 | |---cefau3/... # cefau3 udf | |---base/... | |---cefau3.au3 | |---main.au3 # main script ``` ### Example Please see [**example.au3**](https://github.com/wy3/cefau3/blob/master/autoit3/example.au3).

```batch CEF: 3.3163.1671.g700dc25 Chromium: 61.0.3163 ``` #### Mini Browser Visit here: [https://github.com/wy3/mb](https://github.com/wy3/mb).


## License::[MIT](https://github.com/wy3/cefau3/blob/master/LICENSE)