Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Using Apple RoomPlan Framework within Qt
QtWS25 Last Chance

Using Apple RoomPlan Framework within Qt

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 161 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    klausix
    wrote on 30 Mar 2025, 06:26 last edited by
    #1

    Dear All!
    For an existing Qt Project (App for various platforms, iOS included) I would need 3D Room scanning capabilities. So I think of using Apple‘s RoomPlan Framework.
    But I could find absolutely nothing about a Qt Class / wrapper implementation or the like on the net.
    Is it too new? Or am I the only one interested 8n this?? Or any other reason?
    I would be happy for any comment / idea.
    Thanks a lot,
    Klaus!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 30 Mar 2025, 12:09 last edited by
      #2

      Hi,

      More simple: Qt does not wrap each and every framework of the OS' it supports. That would not be manageable and some of them would not make sense either as they would be pretty niche and only available on a single plateforme.

      That does not forbid to create Qt wrappers for them to provide a nicer interface though. It your case, you are likely the one who would have to implement it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • S Offline
        S Offline
        SimonSchroeder
        wrote on 31 Mar 2025, 06:39 last edited by
        #3

        You are mentioning "various platforms". If it is not just macOS and iOS/ipadOS it is not portable to choose any Apple Framework. And since Qt is mostly about portability (at least on desktop and mobile) it will only/mostly have features that are common on all these platforms. I guess that most people that intend to use Apple's RoomPlan Framework are using Apple frameworks exclusively (including UI).

        The easiest way to interface with Apple frameworks used to be Objective-C++. I am not sure how much that has changed with the introduction of Swift. I believe they share the same underlying runtime and so you can still use Objective-C++.

        1 Reply Last reply
        0

        3/3

        31 Mar 2025, 06:39

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved