Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. widgets or qml for large 3d plotting
Forum Updated to NodeBB v4.3 + New Features

widgets or qml for large 3d plotting

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 229 Views 3 Watching
  • 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.
  • D Offline
    D Offline
    Developer01
    wrote on last edited by Developer01
    #1

    I am developing a visualization tool for a small application. Here i need to plots lots of 3d points eg. for 640*460 size image 294400 number of 3d points nad 3d lines connecting each individual point with its surrounding point. I also need to show some information on this plot as the angle between two lines, text poiting at certain regions of points etc.

    So which is better tool qml or widgets to do this task? Here i'll be sending all this points, lines and other information data from backend c++/pyhton.

    M 1 Reply Last reply
    0
    • D Developer01

      I am developing a visualization tool for a small application. Here i need to plots lots of 3d points eg. for 640*460 size image 294400 number of 3d points nad 3d lines connecting each individual point with its surrounding point. I also need to show some information on this plot as the angle between two lines, text poiting at certain regions of points etc.

      So which is better tool qml or widgets to do this task? Here i'll be sending all this points, lines and other information data from backend c++/pyhton.

      M Offline
      M Offline
      MEMekaniske
      wrote on last edited by MEMekaniske
      #2

      @Developer01 Hey, I think both can handle it. Did not count verticies but I ran a "particle" test with QML with quite large particles once, actually more like small houses... added and removed 500 in a few seconds. 500 times * 1000 verticies at minimum..

      And think the reason why it took a few seconds is because I also had camera and light animations going at the same time, on a not so good PC.. So yeah, I think you should just choose the type you already like or know best..

      1 Reply Last reply
      1

      • Login

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