Skip to content

CodyGuo/ngui

 
 

Repository files navigation

ngui

ngui is an HTML 5 based GUI toolkit for the Go language.

How to build on Windows platform (Win7 32/64-bit).

  1. Make sure you have installed windows-386 version of Go (for example: 1.3.3)
  2. Install mingw and add C:\MinGW\bin to PATH. You can install mingw using mingw-get-setup.exe. Select packages to install: "mingw-developer-toolkit", "mingw32-base", "msys-base". CEF2go was tested and works fine with GCC 4.8.1. You can check gcc version with "gcc --version".
  3. Download CEF 3 branch 2171 revision 1897 binaries: cef_binary_3.2171.1897_windows32.7z Copy Release/* to cef2go/Release Copy Resources/* to cef2go/Release
  4. install dependencies
    • go get github.com/nvsoft/cef
    • go get github.com/nvsoft/win
  5. Run [build.bat] in the directory
  6. Run ngui.exe in the "Release" directory
  7. Test By Xulei on 10-th, Nov. Windows 7, x86, working ok.

Windows 7:

alt tag

Author email:

  1. 529808348@qq.com JiangSu China
  2. xulei8@qq.com Beijing China

About

Go语言 html5桌面app开发引擎 - Ngui is an HTML 5 based GUI toolkit for the Go language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • CSS 31.0%
  • HTML 24.5%
  • Go 1.5%