#text-node #qml #scene-graph #graph-node #items #experimental

propertybindings

Experimental rust-based QML-like language

3 releases

0.0.3 Sep 27, 2019
0.0.2 Dec 9, 2018
0.0.1 Nov 6, 2018

#1063 in GUI

Download history 1/week @ 2024-02-17 40/week @ 2024-02-24 9/week @ 2024-03-02 3/week @ 2024-03-09

53 downloads per month

MIT license

92KB
2.5K SLoC

This crate is work in progress.

The Idea is to have develop a QML-inspired macros in rust.

Behind the scene, this uses the QML scene graph. But there is only one QQuickItem. All rust Item are just node in the scene graphs. (For some node such as text node, there is an hidden QQuickItem because there is no public API to get a text node) only the items module depends on Qt.

See the example/plusminus.rs which can simply be run with

cargo run --example plusminus

lib.rs:

This crate is work in progress. The Idea is to have develop a QML-inspired macros in rust.

Behind the scene, this uses the QML scene graph. But there is only one QQuickItem. All rust Item are just node in the scene graphs. (For some node such as text node, there is an hidden QQuickItem because there is no public API to get a text node) only the items module depends on Qt.

Dependencies

~1.2–2.3MB
~42K SLoC