|
2 | 2 |
|
3 | 3 | Gowut (Go Web UI Toolkit) is a full-featured, easy to use, platform independent Web UI Toolkit written in pure Go, no platform dependent native code is linked or called.
|
4 | 4 |
|
5 |
| -This site is for the Gowut source code and download hosting and for issue tracking. |
| 5 | +This project is for public releases and for issue tracking of Gowut. Development takes place in the [gowut.dev](https://github.com/icza/gowut.dev) project. |
6 | 6 |
|
7 | 7 | For News, documentation and examples please visit the **Gowut Home Page** here:
|
8 | 8 |
|
9 | 9 | **https://sites.google.com/site/gowebuitoolkit/**
|
10 | 10 |
|
11 |
| -This project is for public releases of Gowut. Development takes place in the [gowut.dev project](https://github.com/icza/gowut.dev). |
12 |
| - |
13 | 11 | ## Quick install ##
|
14 | 12 |
|
15 | 13 | To quickly install (or update to) the **latest** version, type:
|
16 |
| -``` |
17 |
| -go get -u github.com/icza/gowut/gwu |
18 |
| -``` |
| 14 | + |
| 15 | + go get -u github.com/icza/gowut/gwu |
19 | 16 |
|
20 | 17 | ## Quick test ##
|
21 | 18 |
|
22 | 19 | To quickly test it and see it in action, run the following example applications (assuming you're in the root of your GOPATH):
|
23 | 20 |
|
24 |
| -**1. Showcase of Features.** This one auto-opens itself in your default browser. |
25 |
| -``` |
26 |
| -go run src/github.com/icza/gowut/examples/showcase/showcase.go |
27 |
| -``` |
| 21 | +**1. Showcase of Features.** |
| 22 | + |
| 23 | +This one auto-opens itself in your default browser. |
| 24 | + |
| 25 | + go run src/github.com/icza/gowut/examples/showcase/showcase.go |
| 26 | + |
| 27 | +The Showcase of Features is also available live: https://gowut-demo.appspot.com/show |
28 | 28 |
|
29 |
| -**2. A single window example.** This one auto-opens itself in your default browser. |
30 |
| -``` |
31 |
| -go run src/github.com/icza/gowut/examples/simple/simple_demo.go |
32 |
| -``` |
| 29 | +**2. A single window example.** |
| 30 | + |
| 31 | +This one auto-opens itself in your default browser. |
| 32 | + |
| 33 | + go run src/github.com/icza/gowut/examples/simple/simple_demo.go |
33 | 34 |
|
34 | 35 | **3. Login window example with session management.**
|
35 |
| -``` |
36 |
| -go run src/github.com/icza/gowut/examples/login/login_demo.go |
37 |
| -``` |
| 36 | + |
| 37 | + go run src/github.com/icza/gowut/examples/login/login_demo.go |
| 38 | + |
38 | 39 | Open the page http://localhost:3434/guitest/ in your browser to see it.
|
39 | 40 |
|
40 | 41 | ## Godoc of Gowut ##
|
41 | 42 |
|
42 | 43 | You can read the godoc of Gowut online here:
|
| 44 | + |
43 | 45 | http://godoc.org/github.com/icza/gowut/gwu
|
44 | 46 |
|
45 | 47 | ## +1 / Star Gowut! ##
|
|
0 commit comments