Results 1 to 2 of 2

Thread: Custom GL Widget

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    qtoptus Guest

    Lightbulb Custom GL Widget

    Is it a good idea to implement a custom OpenGL rendering window instead of using the Qt's OpenGL widget/framework?

    The reason is that I'm implementing a localized graphics engine that can support multiple rendering API's: Direct3D, OpenGL, software, ...and I want the rendering engine to be independent of Qt, such that it can be used by other frameworks...

    Is there any disadvantage of this approach with Qt? or any considerations I should pay attention to when implementing this?

    Thanks.

  2. #2
    qtoptus Guest

    Default Re: Custom GL Widget

    I've decided on using Direct3D 9 instead of OpenGL, though it's dated. The graphics module is very localized and an abstraction layer sits on top of it so that the program is API independent.

Similar Threads

  1. Custom Widget
    By Frej in forum Qt Tools
    Replies: 27
    Last Post: 13th February 2010, 21:13
  2. Custom Widget - First Steps
    By sekatsim in forum Qt Programming
    Replies: 8
    Last Post: 26th June 2008, 17:19
  3. Custom widget
    By zorro68 in forum Qt Programming
    Replies: 7
    Last Post: 28th January 2008, 14:06
  4. Replies: 1
    Last Post: 5th November 2006, 23:50
  5. Replies: 9
    Last Post: 8th May 2006, 14:21

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
  •  
Qt is a trademark of The Qt Company.