Mixing C++ and Rust - Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 3

  • @AGeekTragedy
    @AGeekTragedy 8 วันที่ผ่านมา

    "multi-threading even better the C++"
    The bar is on the floor

  • @BruceMaximusLee
    @BruceMaximusLee 17 วันที่ผ่านมา +1

    So would it then be possible to write cross plattform apps using Qml-Rust?

    • @KDABtv
      @KDABtv  16 วันที่ผ่านมา +2

      Yes, absolutely! And the next videos in this series will cover how to do exactly that with CXX and CXX-Qt.
      CXX-Qt supports writing QML apps with Rust for platforms that support both Qt ( doc.qt.io/qt-6/supported-platforms.html ) and Rust ( doc.rust-lang.org/nightly/rustc/platform-support.html ).
      With CXX-Qt we officially support and test Linux, Windows, macOS and WebAssembly, but other platforms such as Android and iOS or Embedded Linux should also work.