Giter Site home page Giter Site logo

cefau3's Introduction


Cefau3

Chromium Embedded Framework for AutoIt 3




Changelog

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

Install

Build

Visual Studio method:

  • Open vs/cefau3.sln with Microsoft Visual Studio (default is VS2015)
  • Set to Release mode and Build

Commandline method:

Run build.bat with arguments below for option compiler:

  • msvc: Microsoft Visual C/C++ Ccompiler (Visual Studio Commandline Tools)
  • mingw: GNU C/C++ compiler (MinGW, TDM-GCC, Cygwin...)

E.g: $ build mingw

Configure

After built, it need CEF resources for work correctly, download CEF binary distribution (for current version): x86 | x64_x86

Extract CEF binary distribution package, and copy all files in release and resources folders (exclude .lib) to autoit3/cef/

Cefau3 example project

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
  • Resources where? copy all file from Cef Binaries, in two folders Release and Resources (see download at Build).

updating...

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

Copyright © 2018 by me

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

cefau3's People

Contributors

nomi-san avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.