Skip to content

josephbk117/GLSL_IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLSL_IDE

An IDE that helps with glsl shader developemnt
Features :

  1. Syntax Hightlighting - Implemented
  2. Debugging Capability - Implemented
  3. Multiple Shader sets can be worked on by using multiple tabs - Implemented
  4. Code completion - In Progress
  5. Shader preview in window - Not Started Yet