A tool to visualise C/C++ declarations as graphs, produced as a Final Year Project for a BEng in Electronic and Information Engineering at Imperial College London
Currently, the tool is Mac only, owing to issues with Dynamic Libraries in LibClang. The tool can be downloaded for Mac here.
If there are issues owing to the app being from an 'unidentified developer', troubleshooting steps can be found here
All Implementation Files, from prototype to production, are under Implementation. The final production project is under Implementation/js_project. The important Javascript Backend files are under Implementation/js_project/js. The parser is Implementation/js_project/js/parser.js