GLSL IDE

GLSL IDE

Animated Gif of project in action

Source Code

Description

Application to develop and debug shaders written in GLSL in real time. The main purpose for this IDE is to speed up the innovation, correctness, and examination of shaders. This IDE will alert the users about compiling errors such as missing semicolons, undeclared variables, and not passed values from vertex shader to fragment shaders.

Libraries, APIs

  • OpenGL
  • GLSL
  • Qt5
  • pyEngine
  • Assimp