Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Last two weeks in Qt Creator: Question on GLSL

Last two weeks in Qt Creator: Question on GLSL

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 1 Posters 2.9k Views
  • 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.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    From Tobias' mail: Last two weeks in Qt Creator

    • The GLSL (Open GL Shader Language) editor is now keeping a abstract syntax tree up
      to date in real time. This is a important milestone, since we cqan now move code completion
      and source navigation over to using this AST.

    Can anyone elaborate more on the GLSL editor, some documentation on how to get there, how to use or some youtube video if already available

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      There is a "tutorial":http://doc.qt.nokia.com/qt3d-snapshot/tutorials-shaders.html on GLSL in Qt3D.

      Please note that the GLSL support in creator is still work in progress. It so far does not support inline GLSL (as used on that page), etc.

      Top start the editor, just put your GLSL code into a separate file ending in ".glsl" (or ".shader") for generic GLSL support, ".frag" (or ".fsh") for fragment shaders, ".vert" (or ".vsh") for vertex shaders.

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        thanks Tobias, will try this and revert if further questions :)

        1 Reply Last reply
        0

        • Login

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