Skip to content

Commit

Permalink
Updated README, cef2go -> CEF2go.
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Feb 12, 2014
1 parent 7b308fc commit 71cf659
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
cef2go - HTML 5 based GUI toolkit for the Go language
CEF2go - HTML 5 based GUI toolkit for the Go language
=====================================================

cef2go is an open source project founded by [Czarek Tomczak]
CEF2go is an open source project founded by [Czarek Tomczak]
(http://www.linkedin.com/in/czarektomczak) in 2014
to provide Go bindings for the [Chromium Embedded Framework]
(https://code.google.com/p/chromiumembedded/) (CEF).
cef2go can act as a GUI toolkit, allowing you to create an HTML 5
based GUI in your application. Or you can just provide browser
CEF2go can act as a GUI toolkit, allowing you to create an HTML 5
based GUI in your application. Or you can provide browser
capabilities to your application.

Supported platforms: Windows, Linux (OS X not yet ready).

Currently the cef2go example creates just a simple window with
Currently the CEF2go example creates just a simple window with
the Chromium browser embedded. You can set a few options for
your application like the cache directory. More advanced bindings
are in plans, and that includes javascript bindings and callbacks, so
that you can have bidirectional communication between Go and
Javascript.

cef2go is licensed under the BSD 3-clause license, see the LICENSE
CEF2go is licensed under the BSD 3-clause license, see the LICENSE
file.

Help
----
Ask questions on the [cef2go forum](http://groups.google.com/group/cef2go).
Ask questions on the [CEF2go Forum](http://groups.google.com/group/cef2go).


Binary examples
Expand All @@ -50,7 +50,7 @@ Getting started on Windows
using [mingw-get-setup.exe]
(http://sourceforge.net/projects/mingw/files/Installer/).
Select packages to install: "mingw-developer-toolkit",
"mingw32-base", "msys-base". cef2go was tested and works fine
"mingw32-base", "msys-base". CEF2go was tested and works fine
with GCC 4.8.2. You can check gcc version with "gcc --version".

2. Download CEF 3 branch 1750 revision 1590 binaries:
Expand Down

0 comments on commit 71cf659

Please # to comment.