An open API service indexing awesome lists of open source software.

https://github.com/tgsstdio/glslsyntax

C# (via Irony) GLSL syntax parser & GLSL/C++ preprocessor written in C#
https://github.com/tgsstdio/glslsyntax

Last synced: about 1 year ago
JSON representation

C# (via Irony) GLSL syntax parser & GLSL/C++ preprocessor written in C#

Awesome Lists containing this project

README

          

GLSLSyntaxAST
C# GLSL syntax parser using AST (via Irony) based off GLSL reference formal language

2015-08-10
Include C# translation of preprocessor based off the OpenGL reference compiler (see Reference compilier)
Added initial codedom project for generating structs and classes off shader files

2015-07-06
Includes basic text editor written in Mono/C# and GTK+