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
- Host: GitHub
- URL: https://github.com/mattn/go-webkit
- Owner: mattn
- Created: 2011-01-12T10:21:52.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T04:30:12.000Z (over 8 years ago)
- Last Synced: 2025-04-10T01:15:48.860Z (9 months ago)
- Language: Go
- Homepage: http://mattn.kaoriya.net/
- Size: 796 KB
- Stars: 294
- Watchers: 21
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go-webkit
=========
WHATS:
------
Go bindings for WebKit
SCREENSHOT:
-----------

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.