Shader Tool
Small shader visualiser.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nrapidxml
 Cxml_node
 Nst
 CCanvasCustomized GLCanvas class to act as a customizable framebuffer
 CCanvas3DCustomizable GLCanvas implementation. WIP
 CCButton
 CCCanvas
 CCLabel
 CCNode
 CColor_Buffer
 CColor_Buffer_Rgba8888
 CColor
 CConfigurationManagerContains the application configuration and loads it
 CCScreen
 CCTextBox
 CDocumentManagerManages the shaders files
 CFramebufferUsed to render the scene to a framebuffer and apply post processig shaders to it
 CGLTexture
 CShaderData class that contains the code of a shader
 CShaderProgramRepresents a OpenGL shader program. Not in use, as I'm using nanogui's shaders right now
 CTexture
 CUIBuilderBuilds the nanogui interface from a xml
 CUIControllerControls the application Front-end
 CUniformVariableRepresents an uniform used by a shader. WIP