mirror of
https://github.com/gosticks/gml.git
synced 2025-10-16 12:05:33 +00:00
| cmd | ||
| docker | ||
| internal | ||
| pointer | ||
| .gitignore | ||
| app.go | ||
| bytes.go | ||
| error.go | ||
| errors.go | ||
| gml.go | ||
| go.mod | ||
| go.sum | ||
| image.go | ||
| imageitem.go | ||
| imageprovider.go | ||
| LICENSE | ||
| listmodel.go | ||
| object.go | ||
| README.md | ||
| TODO.md | ||
| utils.go | ||
| variant.go | ||
Go QML Bindings
Install
go get -u github.com/desertbit/gml/cmd/gml
Samples
See the GML Samples Repo.
Docker Build Containers
The docker image url is: desertbit/gml
| Image Tag | Host OS | Target OS | Qt Link Type | Note |
|---|---|---|---|---|
| linux | Linux x86_64 | Linux x86_64 | dynamic | |
| android | Linux x86_64 | Android | - | Not usable - See TODO |
| windows_32_shared | Linux x86_64 | Windows i686 | dynamic | |
| windows_64_shared | Linux x86_64 | Windows x86_64 | dynamic | |
| windows_32_static | Linux x86_64 | Windows i686 | static | Not usable - See TODO |
| windows_64_static | Linux x86_64 | Windows x86_64 | static | Not usable - See TODO |