Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to make your own little application with 2d camera and objects in it.

How to make your own little application with 2d camera and objects in it.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 344 Views 2 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.
  • V Offline
    V Offline
    VladStudent
    wrote on last edited by aha_1980
    #1

    Hello. I want to make application which has 2D camera in it and it can move in 2D(x,y) space.
    In that application I want to be able to create openGL locators(which will represent polygon objects) and be able to move(translate, rotate, scale) them freely in 2D space. I have done until now all kind of basic UI in PyQt , but this is pretty hard for me and I am already very confused with all information I researched at this point . I googled a lot and closest thing looks "QGraphicsScene". How do you think, should I keep trying to achieve that idea with "QGraphicsScene" or there is something better? Thanks for any advice in advance.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Well using QGraphicsScene would give you many of the transformations for free and provide good
      performance.
      But not sure what openGL locators is and if you can insert them into QGraphicsScene.

      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