Files are organised as shown below:
build // Where OpenCOR is built cmake // Files used to build OpenCOR distrib // Files used to package OpenCOR doc // User and developer documentations ├─ 3rdparty // Third-party libraries used for the documentation │ ├─ googleCodePrettify // Google Code Prettify │ └─ jQuery // jQuery ├─ developer // The developer documentation ├─ res // Resource files used by the documentation └─ user // The user documentation i18n // Internationalisation files models // Some models └─ test // Some test models res // Resource files ├─ boomy // Part of Boomy multiplatform ├─ flags // Part of Printable world flags └─ oxygen // Part of Oxygen src // Source code files ├─ 3rdparty // Third-party libraries statically linked to OpenCOR │ ├─ LibQxt // Part of LibQxt │ └─ QtSingleApplication // QtSingleApplication ├─ misc // Files that do not fit anywhere else └─ plugins // Plugins supported by OpenCOR ├─ 3rdparty // Third-party libraries as plugins │ ├─ LLVM // LLVM as a plugin │ ├─ QScintilla // QScintilla as a plugin │ ├─ QtMmlWidget // QtMmlWidget as a plugin │ ├─ Qwt // Qwt as a plugin │ └─ SUNDIALS // Part of SUNDIALS as a plugin ├─ api // Plugins to get access to an API │ └─ CellMLAPI // The CellML API as a plugin ├─ editing // Plugins for editing files ├─ misc // Plugins for things that do not fit anywhere else ├─ organisation // Plugins for organising files └─ simulation // Plugins for simulating files test // The main test program windows // (Windows) command line version of OpenCOR ├─ build // Where the (Windows) command line version of OpenCOR is built └─ src // Source code files for the (Windows) command line version of OpenCOR