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#
- Host: GitHub
- URL: https://github.com/tgsstdio/glslsyntax
- Owner: tgsstdio
- License: other
- Created: 2015-07-06T13:17:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T01:45:41.000Z (over 10 years ago)
- Last Synced: 2023-03-01T11:45:59.108Z (over 3 years ago)
- Language: C++
- Homepage:
- Size: 4.68 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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+