Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

Pony

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.

Prerequisites

The following components are required for building the project:

  1. Go
  2. MinGW

Building

  1. Open a MinGW terminal
  2. Run build.bat

Chromium Embedded Framework

Current CEF version is 3.3359.1768.g8e7c5d6

To upgrade it follow these steps:

  1. Download a "Minimal Distribution" archive from CEF builds
  2. Extract cef_binary*/Release/* to cef/Release
  3. Extract cef_binary*/Resources/* to cef/Resources
  4. Extract cef_binary*/include/* to cef/include
  5. Download a "Sample Application" archive from CEF builds
  6. Extract cef_binary*/Release/cefclient.exe to cef/Release