QML.jl
QML.jl copied to clipboard
Build Qt6 QML interfaces for Julia programs.
Currently, `QML.jl` works well with `GLMakie.jl` v0.6 (and `Makie.jl` v0.17). But not with the latest versions - `GLMakie.jl` v0.8 (and `Makie.jl` v0.19). The error message is "`GLScreen` not defined". Hopefully,...
I assumed, wrongly, it's because of CxxWrap (v0.15.0) but it passes tests on its own: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/bdc7fb7_vs_bd47eca/CxxWrap.primary.log https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/bdc7fb7_vs_bd47eca/QML.primary.log Unless it's because for QML: ``` ⌅ [1f15a43c] + CxxWrap v0.14.2 [..] ⌅...
Fixing #196 hopefully (also for 1.10.x), I'm hoping and thinking this works, untested, at least 0.14.x doesn't work for upcoming Julia. Should I end in .0 like 0.14.0, I think...
While developing UI features in QML for my application, I got frustrated with the current workflow because it requires restarting the QML application to see changes. This is exacerbated by...
First off, I want to say that I appreciate the hard work that went into making QML.jl. From what I understand, QML is the markup language for QT Quick. How...
One of the prerequisites to get an application into Snap Store is that it should use a snap confined environment and only use interfaces required for the application functionality. I...
I need to open my file using exec_async, since I have an interactive simulation displaying and image, and otherwise it won't update the image. However, as opposed to starting just...
I'm building an interface for a simulation. I'm using the ising display type to push a matrix of pixels to the QML interface. I'm doing this asynchronously, so I'm calling...