mirror of
https://github.com/gosticks/gml.git
synced 2025-10-16 12:05:33 +00:00
This commit was needed to inform people that this repo is not yet ready to be used by anyone |
||
|---|---|---|
| cmd | ||
| docker | ||
| internal | ||
| pointer | ||
| .gitignore | ||
| app.go | ||
| bytes.go | ||
| cgo-shared.go | ||
| cgo-static.go | ||
| cgo.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
Pre-Alpha
Please note that this project is in pre-alpha phase. Documentation is missing and some bugs need to be fixed. Right now, we do not recommend anyone to use anything you find here ;)
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
DockerHub Link
| Image Tag | Host OS | Target OS | Qt Link Type | Note |
|---|---|---|---|---|
| linux | Linux x86_64 | Linux x86_64 | dynamic | |
| windows_32_shared | Linux x86_64 | Windows i686 | dynamic | |
| windows_64_shared | Linux x86_64 | Windows x86_64 | dynamic | |
| android | Linux x86_64 | Android | - | Not usable - See TODO |
Build Tags
- static: run pkg-config with the static flag. Required for static Qt builds.
Debugging
To debug windows problems, use the MSYS2 console.