An open API service indexing awesome lists of open source software.

https://github.com/mattn/go-webkit

webkit widget for go-gtk
https://github.com/mattn/go-webkit

Last synced: 5 months ago
JSON representation

webkit widget for go-gtk

Awesome Lists containing this project

README

          

go-webkit
=========

WHATS:
------

Go bindings for WebKit

SCREENSHOT:
-----------

![Go WebKit!](https://github.com/mattn/go-webkit/raw/gh-pages/static/images/screenshot.png "Go WebKit!")

INSTALL:
--------

To experiment with go-webkit, you can just compile and run the example
program:

go run example/webview.go

LICENSE:
--------

The library is available under the same terms and conditions as the Go, the BSD style license, and the LGPL (Lesser GNU Public License). The idea is that if you can use Go (and Gtk, or WebKit) in a project, you should also be able to use go-gtk or go-webkit.

AUTHORS:
--------

* Yasuhiro Matsumoto

GOAL:
-----

Hopefully support following widgets and methods enough to run general application.