Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Where can I find a good QT OpenGL tutorial
Forum Updated to NodeBB v4.3 + New Features

Where can I find a good QT OpenGL tutorial

Scheduled Pinned Locked Moved Unsolved Game Development
3 Posts 3 Posters 1.3k 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.
  • A Offline
    A Offline
    AI_Messiah
    wrote on last edited by
    #1

    Things are described differently in different tutorials. What I want is something that is reliable and goes beyond the simple shape. I find that is hard to find the GLSL that QT expects.

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

      Hi,

      Which version of Qt are you using ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • 8Observer88 Offline
        8Observer88 Offline
        8Observer8
        wrote on last edited by 8Observer8
        #3

        You do not need special Qt OpenGL tutorials. Just use a few simple Qt OpenGL examples from Qt Examples https://doc.qt.io/qt-5/examples-widgets-opengl.html and use general OpenGL tutorials like:

        • https://learnopengl.com
        • http://opengl-tutorial.org
        • http://ogldev.org
        • https://open.gl
        • https://thebookofshaders.com

        My simple examples in Qt OpenGL:

        • Triangle: https://rextester.com/ZTRI45421
        • Texture: https://rextester.com/BJW63108
        • 3D cube: https://rextester.com/IPI73465
        • Snake 2D: https://rextester.com/MMC15477 (I translated this example to Qt OpenGL 3.3 from the Python OpenGL 1.1 tutorial: https://noobtuts.com/python/snake-game)
        1 Reply Last reply
        3

        • Login

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