Results 1 to 4 of 4

Thread: QtQuick2.0 and Graphic Card

  1. #1
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default QtQuick2.0 and Graphic Card

    Hi,

    1.Since alpha version I've been working with Qt5 and QtQuick2.0 but still i don't undrestand relation between ANGLE and qtquick2 ?

    2. Can hardware (Graphic Card) have a significant role in QtQuick2.0 performance? What about graphic card settings?

    3. How can i optimum the performance to have smooth animations and antialising text rendering ( I have lot of objects in my qml ) and all of them have animations in every second

    Thanks All
    Last edited by alizadeh91; 6th April 2013 at 07:20.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QtQuick2.0 and Graphic Card

    Quote Originally Posted by alizadeh91 View Post
    1.Since alpha version I've been working with Qt5 and QtQuick2.0 but still i don't undrestand relation between ANGLE and qtquick2 ?
    ANGLE emulates OpenGL using DirectX.

    2. Can hardware (Graphic Card) have a significant role in QtQuick2.0 performance? What about graphic card settings?
    Yes.

    3. How can i optimum the performance to have smooth animations and antialising text rendering ( I have lot of objects in my qml ) and all of them have animations in every second
    There is no simple answer to that question. The most general would be to avoid complex animations and to use QML profiler to find and eliminate bottlenecks from your code.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    alizadeh91 (6th April 2013)

  4. #3
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: QtQuick2.0 and Graphic Card

    Thanks wysota.
    Suppose i have strong graphic card installed. So would it be better for me to use angle or -opengl desktop??? Does it matter when i release my software??


    Added after 1 24 minutes:


    When i want to run qmlProfiler i get this error:
    Qt Code:
    1. "Could not connect to in-process qml profiler"
    To copy to clipboard, switch view to plain text mode 
    I have Qt 5.0.0 MinGW. Note that debugger is working and i've checked the checkbox in run settings.
    and in output:
    Qt Code:
    1. QML Profiler: Connecting to localhost:3768
    2. QML Profiler: Failed to connect!
    To copy to clipboard, switch view to plain text mode 

    For using qml-Profiler does it nessecery to have debugging enabled?!
    Last edited by alizadeh91; 6th April 2013 at 10:50.

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QtQuick2.0 and Graphic Card

    Quote Originally Posted by alizadeh91 View Post
    Thanks wysota.
    Suppose i have strong graphic card installed. So would it be better for me to use angle or -opengl desktop??? Does it matter when i release my software??
    It's not a matter of how "strong" your graphics card is but rather how good its drivers are.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 6
    Last Post: 29th January 2013, 23:30
  2. sd card
    By dmartino in forum Newbie
    Replies: 6
    Last Post: 19th January 2011, 21:34
  3. Qt and graphics card
    By leoalvesmachado in forum Newbie
    Replies: 2
    Last Post: 21st May 2010, 20:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.