Skip to content
/ pony Public

Go library for building desktop applications by combining Javascript, a web browser and native GUI components.

License

Notifications You must be signed in to change notification settings

mat007/pony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go library for building desktop applications by combining Javascript, a web browser and native GUI components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages