Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. New and looking for pointers on 3d implementation

New and looking for pointers on 3d implementation

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 346 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.
  • Z Offline
    Z Offline
    Zaafran
    wrote on last edited by
    #1

    Hello
    I am creating a a python Qt app on windows 10 which should include a rotating 3d model,
    and I'm pretty lost tbh.

    1. Do i need to download PyQt and Qt3D?
      are those IDEs? or packages i download to the Qt creator?

    2. does the end build have everything inside one file ( QtSomething?), or is it a folder with exe file?

    Ty

    jsulmJ 1 Reply Last reply
    0
    • Z Zaafran

      Hello
      I am creating a a python Qt app on windows 10 which should include a rotating 3d model,
      and I'm pretty lost tbh.

      1. Do i need to download PyQt and Qt3D?
        are those IDEs? or packages i download to the Qt creator?

      2. does the end build have everything inside one file ( QtSomething?), or is it a folder with exe file?

      Ty

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Zaafran said in New and looking for pointers on 3d implementation:

      are those IDEs? or packages i download to the Qt creator?

      No, those are not IDEs. PyQt is Qt binding for python to use Qt in Python applications. Qt is a C++ framework (not an IDE). You also do not download them in QtCreator which is an IDE. You need to install them for your Python installation (for example using pip).

      "does the end build have everything inside one file ( QtSomething?), or is it a folder with exe file?" - since this is Python there is no exe file, but Python scripts plus needed Qt libraries. You could try to use existing Python technologies to pack everything into one executable file.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • Z Offline
        Z Offline
        Zaafran
        wrote on last edited by
        #3

        TY very much!

        1 Reply Last reply
        0

        • Login

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