Skip to content

nzlov/wxgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxgo

Go bind of wxWidgets.

Requirements:

  1. go 1.2rc1 or above.
  2. wxWidgets v2.9.5 static library build.

How to build:

go get github.com/kevin-yuan/wxgo
go run /your-local-repo-of-wxgo/config/main.go
go install github.com/kevin-yuan/wxgo/wx

p.s. Please replace /your-local-repo-of-wxgo above with the real path of your local repository.

Then you may want to build & run some sample code. samples/hello for example:

go install github.com/kevin-yuan/wxgo/samples/hello

About

Go bind of wxWidgets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published