woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
638 stars 89 forks source link

Migrating an GraphQL-QML Python framework to this project. #281

Closed nrbnlulu closed 1 year ago

nrbnlulu commented 1 year ago

I am writing micro framework for GraphQL-QML in Python when it gets mature I intend to port it to cpp/rust.

Though if I use this project I have few considerations:

  1. I need to maintain a store of objects (nodes if you are familiar with react-relay) by their ID and from what I know rust has no concept of pointers so I would have to query the store every time I need to use data from a node am I right? wouldn't that impose performance issues?

  2. What alternatives do you have for I/O / network operations since this project (from what i'v seen) doesn't have bindings for other Qt's API apart from QML.

    sidenote: I have very small experience with C++ and no experience with rust.

nrbnlulu commented 1 year ago

fits better as a discussion #282