Go to file
2019-04-27 19:47:56 +02:00
cmd further small additions and improvements 2019-02-18 16:24:06 +01:00
docker changed the windows base docker image to ubuntu 2019-04-24 18:01:28 +02:00
internal added setSearchPath and enabled verbose mode in docker build 2019-04-27 19:47:56 +02:00
pointer list model C new and free 2019-01-15 08:36:38 +01:00
.gitignore initial commit 2018-10-23 13:11:27 +00:00
app.go added AddImportPath method 2019-04-27 12:18:13 +02:00
bytes.go GC fixes 2019-01-28 08:58:46 +01:00
error.go further progress 2019-01-14 23:15:20 +01:00
errors.go further progress 2019-01-14 23:15:20 +01:00
gml.go added setSearchPath and enabled verbose mode in docker build 2019-04-27 19:47:56 +02:00
go.mod removed old code 2019-04-22 08:39:35 +02:00
go.sum fixed parsing multithreading 2019-04-22 08:21:21 +02:00
image.go further small additions and improvements 2019-02-18 16:24:06 +01:00
imageitem.go added imgae provider reset method 2019-01-25 11:08:19 +01:00
imageprovider.go introducing keep alives, where necessary 2019-01-28 09:47:32 +01:00
LICENSE initial commit 2018-10-23 13:11:27 +00:00
listmodel.go new listmodel syntax. Also added code gen support to list models 2019-01-24 15:36:14 +01:00
object.go added some more checks 2019-01-25 08:55:15 +01:00
README.md further progress on go mod support 2019-04-17 18:56:48 +02:00
TODO.md update tod 2019-02-20 11:17:28 +01:00
utils.go update license in files 2019-01-14 10:13:57 +01:00
variant.go GC fixes 2019-01-28 10:36:29 +01:00

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