A Go library for building desktop applications by combining Javascript, a web browser and native GUI components.
For now only Windows is supported, MacOS will be added at some point.
For a demo and a scaffold project see Saddle.
The following components are required for building the project:
- Open a MinGW terminal
- Run
build.bat
Current CEF version is 3.3359.1768.g8e7c5d6
To upgrade it follow these steps:
- Download a "Minimal Distribution" archive from CEF builds
- Extract
cef_binary*/Release/*
tocef/Release
- Extract
cef_binary*/Resources/*
tocef/Resources
- Extract
cef_binary*/include/*
tocef/include
- Download a "Sample Application" archive from CEF builds
- Extract
cef_binary*/Release/cefclient.exe
tocef/Release