https://github.com/desertbit/gml
MIT licensed Go QML Bindings
https://github.com/desertbit/gml
Last synced: 6 months ago
JSON representation
MIT licensed Go QML Bindings
- Host: GitHub
- URL: https://github.com/desertbit/gml
- Owner: desertbit
- License: mit
- Created: 2018-10-23T11:01:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T13:02:11.000Z (about 1 year ago)
- Last Synced: 2025-08-13T22:46:58.902Z (11 months ago)
- Language: Go
- Size: 1.89 MB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/desertbit/gml-samples)**.
## Docker Build Containers
The docker image url is: `desertbit/gml`
**[DockerHub Link](https://hub.docker.com/r/desertbit/gml)**
| 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](https://www.msys2.org/) console.