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. QT & GLUT
Forum Updated to NodeBB v4.3 + New Features

QT & GLUT

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.4k 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.
  • H Offline
    H Offline
    happyRoll
    wrote on last edited by
    #1

    GLUT function : glutCreateWindow() create a top-level window.
    I want to know whether the Qt is able to manege and manipulate this window ?
    if it work,Could you tell me how to do it ?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      happyRoll
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @happyRoll said:

        glutCreateWindow

        Hi and welcome

        glutCreateWindow is very deprecated so I do not think there is an easy way since
        Qt provides such management all by itself.
        http://www.kdab.com/opengl-in-qt-5-1-part-1/

        Also GLUT seems not to provide any way of getting the handle.
        http://graphics.tudelft.nl/~paul/glut.html

        1 Reply Last reply
        1
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          The main question is why would you want to use GLUT together with Qt when Qt already offers a far better support for OpenGL, windows, keyboard and a lot of other stuff.

          GLUT is an old and obsolete library and even with the newer incarnations of it like freeglut there's little point in using them together with Qt, which has a superset of their functionality already.

          1 Reply Last reply
          2

          • Login

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