在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):therecipe/qt开源软件地址(OpenSource Url):https://github.com/therecipe/qt开源编程语言(OpenSource Language):Go 85.1%开源软件介绍(OpenSource Introduction):IntroductionQt is a free and open-source widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms with little or no change in the underlying codebase. Go, also known as Golang, is a programming language designed at Google. therecipe/qt allows you to write Qt applications entirely in Go, JavaScript/TypeScript, Dart/Flutter, Haxe and Swift Beside the language bindings provided, At the time of writing, almost all Qt functions and classes are accessible, and you should be able to find everything you need to build fully featured Qt applications. ImpressionsGallery of example applications. InstallationThe following instructions assume that you already installed Go and Git (Experimental) cgo-less version (try this first, if you are new and want to test the binding)Windowsgo get -ldflags="-w" github.com/therecipe/examples/basic/widgets && for /f %v in ('go env GOPATH') do %v\bin\widgets.exe macOS/Linuxgo get -ldflags="-w" github.com/therecipe/examples/basic/widgets && $(go env GOPATH)/bin/widgets Default version(more info)Windowsset GO111MODULE=off
go get -v github.com/therecipe/qt/cmd/... && for /f %v in ('go env GOPATH') do %v\bin\qtsetup test && %v\bin\qtsetup -test=false (more info)macOSexport GO111MODULE=off; xcode-select --install; go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false (more info)Linuxexport GO111MODULE=off; go get -v github.com/therecipe/qt/cmd/... && $(go env GOPATH)/bin/qtsetup test && $(go env GOPATH)/bin/qtsetup -test=false Resources
Deployment Targets
LicenseThis package is released under LGPLv3 Qt itself is licensed and available under multiple licenses. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论