Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Best modern OpenGL book for Qt development

    Game Development
    3
    3
    5193
    Loading More Posts
    • 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.
    • B
      Boysie last edited by

      I'm approaching OpenGL development through the Qt OpenGL wrapper, as I like Qt but am finding OpenGL has a confusing number of legacy interfaces.

      Please can a Qt developer who has knowledge of modern OO OpenGL techniques advise the best modern OpenGL books to compliment Qt development. Online resources are of interest but in the main I'm looking for an excellent modern book on OpenGL that's compatible and forward looking.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • J
        john_god last edited by

        There's a pretty good book wich the author uses Qt toolkit for the examples "http://www.packtpub.com/opengl-4-0-shading-language-cookbook/book":http://www.packtpub.com/opengl-4-0-shading-language-cookbook/book however it's not begginer level, and the author does not use Qt wrapper's. This is good because you can learn the "plataform independ" opengl.
        The best book IMO for learning modern OpenGL would be "http://opengles-book.com/":http://opengles-book.com/ its about OpenGL ES, but you can reuse all that for the "new" deskop opengl programming shaders.

        1 Reply Last reply Reply Quote 0
        • M
          matti- last edited by

          I got this to support my 3D efforts a while ago and must say it is put together very well : http://www.mathfor3dgameprogramming.com/

          Its not strictly about opengl (although most of the examples have opengl examples) but gives an exceptionally good idea about the big picture.

          Author of <a href="http://mmark.777-team.org/">MMark13</a>

          1 Reply Last reply Reply Quote 0
          • First post
            Last post