qml_zig
kassane/qml_zig
Apache-2.0
QML bindings for the Zig programming language
88 88 4 2
5
qml-bindings, qml-zig, zig, zig-package, ziglang
build.zig.zon
build.zig
View on Github
kassane/qml_zig
QML bindings for the Zig programming language
Bindings are based on DOtherSide C bindings for QML Library is mostly feature-compliant with other bindings based on the library, but lacks some minor features and has quite a few bugs.
All software required for building.
Maybe, check DOtherSide support!!
# Clone repo
git clone --recursive https://github.com/kassane/qml_zig
# Open folder
cd qml_zig
# build DOtherSide
zig build cmake
# Build
zig build ExampleName -Doptimize=ReleaseSafe|-Doptimize=ReleaseFast|-Doptimize=ReleaseSmall
zig build Animated
- Run an Animated Box
zig build Hello
- Hello World, with Menu and Clickable Button
zig build Cells
- Cells example from QML Tute, click a color to change the text
zig build Button
- Button with 2-way comms to the Zig code
zig build Layouts
- Layouts examples
zig build Splits
- Splitview example
zig build Tables
- Tableview example
zig build Particle
- Particle system example