{"id":13470073,"url":"https://github.com/visualfc/go-ui","last_synced_at":"2025-10-08T09:24:09.632Z","repository":{"id":3911100,"uuid":"4999960","full_name":"visualfc/go-ui","owner":"visualfc","description":"golang ui","archived":false,"fork":false,"pushed_at":"2020-07-07T20:33:45.000Z","size":176,"stargazers_count":296,"open_issues_count":14,"forks_count":105,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-03-31T14:12:03.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visualfc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-12T06:48:00.000Z","updated_at":"2024-10-25T16:26:44.000Z","dependencies_parsed_at":"2022-08-08T22:15:10.619Z","dependency_job_id":null,"html_url":"https://github.com/visualfc/go-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Fgo-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Fgo-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Fgo-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualfc%2Fgo-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visualfc","download_url":"https://codeload.github.com/visualfc/go-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685628,"owners_count":20979085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T16:00:22.630Z","updated_at":"2025-10-08T09:24:04.587Z","avatar_url":"https://github.com/visualfc.png","language":"Go","readme":"#go-ui 0.1.1\n=====\n\n## This project is closed !!!\n## Please goto new project [GoQt](https://github.com/visualfc/goqt)\n\n##Introduction\ngo-ui is a cross-platform golang ui tool kit, based on qt.\n\n##System\nWindows / Linux / MacOS X\n\n##License\n    go-ui lib BSD\n    qtdrv lib LGPL\n\n##Build go-ui and examples\n\n###1.get go-ui\n    $ go get github.com/visualfc/go-ui\n###2.build qtdrv, need install QtSDK\n    $ cd go-ui/qtdrv\n    $ qmake \"CONFIG+=release\"\n    $ make\n###3.build go-ui\n    $ cd go-ui/ui\n    $ go install\n###4.build examples\n    $ cd go-ui/examples\n    $ go build -ldflags '-r ../lib' minimal.go\n    $ ./minimal\n\n##Examples\n\n    package main\n\n    import (\n\t    \"github.com/visualfc/go-ui/ui\"\n    )\n    \n    func main() {\n\t    ui.Main(func() {\n\t\t    w := ui.NewWidget()\n\t\t    w.SetWindowTitle(ui.Version())\n\t\t    w.SetSizev(300, 200)\n\t\t    defer w.Close()\n\t\t    w.Show()\n\t\t    ui.Run()\n\t    })\n    }\n\n\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualfc%2Fgo-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisualfc%2Fgo-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualfc%2Fgo-ui/lists"}