All Projects → nomi-san → cefau3

nomi-san / cefau3

Licence: MIT License
Chromium Embedded Framework for AutoIt3

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
AutoIt
60 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to cefau3

jcefbuild
Binary builds of java-cef
Stars: ✭ 160 (+595.65%)
Mutual labels:  chromium, cef, chromium-embedded-framework
chromium-swt
Create and render web UIs in Java SWT and Eclipse RCP applications.
Stars: ✭ 121 (+426.09%)
Mutual labels:  chromium, cef, chromium-embedded-framework
Journey
JCEF-powered cross-platform web browser
Stars: ✭ 85 (+269.57%)
Mutual labels:  chromium, cef, chromium-embedded-framework
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (+139.13%)
Mutual labels:  chromium, cef
NIM PC Demo
云信Windows(PC) C/C++ Demo源码仓库
Stars: ✭ 200 (+769.57%)
Mutual labels:  chromium, cef
cef-mixer
High Performance off-screen rendering (OSR) demo using CEF
Stars: ✭ 183 (+695.65%)
Mutual labels:  chromium, cef
Nim pc demo
云信Windows(PC) C/C++ Demo源码仓库
Stars: ✭ 147 (+539.13%)
Mutual labels:  chromium, cef
cefHtmlSnapshot
Command-line utility for Windows take snapshots of HTML pages and save them as images or PDF
Stars: ✭ 23 (+0%)
Mutual labels:  chromium, cef
cef3d
HTML renderer for (mainly) games and standalone applications, CEF3 wrapper, completely free Awesomium alternative
Stars: ✭ 49 (+113.04%)
Mutual labels:  chromium, chromium-embedded-framework
browser-window
A simple, cross-platform, async/await aware browser GUI toolkit for Rust.
Stars: ✭ 21 (-8.7%)
Mutual labels:  cef, chromium-embedded-framework
BlazorCefApp
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
Stars: ✭ 28 (+21.74%)
Mutual labels:  chromium, cef
GModCEFCodecFix
Automatic Patching/Updating of GMod CEF
Stars: ✭ 68 (+195.65%)
Mutual labels:  chromium, cef
Chromely
Build HTML Desktop Apps on .NET/.NET Core/.NET 5 using native GUI, HTML5, JavaScript, CSS
Stars: ✭ 2,728 (+11760.87%)
Mutual labels:  chromium, cef
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (+782.61%)
Mutual labels:  chromium, cef
cefgo
Go bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 20 (-13.04%)
Mutual labels:  chromium, cef
Cefpython
Python bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 2,498 (+10760.87%)
Mutual labels:  chromium, cef
Uranium
Fast and versatile implementation of CEF for Unreal Engine
Stars: ✭ 51 (+121.74%)
Mutual labels:  chromium, cef
Chromium.swt
Chromium widget for SWT
Stars: ✭ 105 (+356.52%)
Mutual labels:  chromium, cef
Pandomium
Pandomium is the JCEF (Java Chromium Embedded Framework) implementation dedicated for the Maven based projects
Stars: ✭ 146 (+534.78%)
Mutual labels:  chromium, cef
nimCEF
Nim wrapper for the Chromium Embedded Framework
Stars: ✭ 27 (+17.39%)
Mutual labels:  cef, chromium-embedded-framework


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

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.

CEF: 3.3163.1671.g700dc25
Chromium: 61.0.3163

Mini Browser

Visit here: https://github.com/wy3/mb.


License::MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].