cef

Go bindings for the Chromium Embedded Framework (CEF)

  • Owner: richardwilkes/cef
  • Platform:
  • License:: Mozilla Public License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

cef

Go bindings for the
Chromium Embedded Framework (CEF).

Currently works for macOS, Windows and Linux.

Initial setup required for Windows

  • Download and run the installer from http://www.msys2.org/
  • In the mingw64 msys2 console, run the following:
    • pacman -Syu
    • pacman -Su
    • pacman -S mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-go mingw64/mingw-w64-x86_64-pkg-config msys/git

Initial setup

In the root of the repo, run:

go install

Then add $GOPATH/bin to your $PATH and run:

cef install

This will install the necessary CEF headers and libraries into /usr/local/cef.

Example application

https://github.com/richardwilkes/webapp and
https://github.com/richardwilkes/webapp-example use these bindings to create
an example desktop application (currently macOS and Windows only).

Updating the CEF version to be used

The CEF version can be updated in the main.go file by changing the
desiredCEFVersion variable. If a different CEF version is pulled, the
source files should be generated again by running go generate ./... on a
macOS machine. Code generation might be possible on other platforms, but has
not been tested there.

Main metrics

Overview
Name With Ownerrichardwilkes/cef
Primary LanguageGo
Program languageGo (Language Count: 3)
Platform
License:Mozilla Public License 2.0
所有者活动
Created At2018-11-18 16:18:46
Pushed At2021-07-19 18:33:13
Last Commit At2021-07-19 11:33:13
Release Count11
Last Release Namev0.5.3 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count129
Watchers Count9
Fork Count19
Commits Count82
Has Issues Enabled
Issues Count12
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private