Love this project. I notice that in order to do what it does, it manually parses GLSL. I wonder if there's any reason not to use the official GLSL utility binaries for this? It produces an AST tree and could instead be relied on to do the work of parsing GLSL that this tool is currently doing manually. If this is an option I'd be happy to contribute to that work!
Love this project. I notice that in order to do what it does, it manually parses GLSL. I wonder if there's any reason not to use the official GLSL utility binaries for this? It produces an AST tree and could instead be relied on to do the work of parsing GLSL that this tool is currently doing manually. If this is an option I'd be happy to contribute to that work!