-
Hi. I tried many example apps from ritual example repo. The code seems very simple compared to the example app in cxx-qt example. As a non-C++ programmer myself, I feel intimidated by the code complexity I find in cxx-qt, I find ritual has simpler code to build a similar app.
Is this because of the full potential described in the Are there any more points I need to know about why the CXX-Qt code looks so complex compared to ritual? Thanks for maintaining CXX-Qt ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The comparison you have right there is a bit of an apples-to-oranges comparison.
A fairer comparison would be between the ritual example and the Furthermore, you could get rid of the CMakeLists.txt file in that example (it's just for integrating into the overall cxx-qt repo). Then you basically end up with the same code your ritual example had :)
|
Beta Was this translation helpful? Give feedback.
-
With the new 0.5.0 release, it is now possible to write QML applications in Rust without needing C++ boilerplate. Take a look at the cargo_without_cmake example. |
Beta Was this translation helpful? Give feedback.
With the new 0.5.0 release, it is now possible to write QML applications in Rust without needing C++ boilerplate. Take a look at the cargo_without_cmake example.