GLW Source Code Analysis¶
This section will contain detailed analysis of the GLW (OpenGL Widget) system source code.
Planned Analysis¶
glw_view_parser.c- View file parsingglw_view_lexer.c- Lexical analysisglw_view_eval.c- Expression evaluationglw_view_attrib.c- Attribute processingglw_renderer.c- OpenGL rendering
This section is currently under development as part of task 5.2 - GLW source code analysis.