This is a cross-platform viewer for Cinema databases. The project contains a set of components for accessing and viewing databases which can be used to build other viewers and Cinema applications.
Doxygen-generated documentation for the code is available here.
The application is built on the open source release of Qt, v5.12. To build:
- Install qt v5.12
- Run
qmake
on thecinema_scope.pro
and (if you're doing development) forcinema_scope_test.pro
for your specific OS and development environment. Examples include:- OSX:
qmake cinema_scope.pro
- OSX (XCode):
qmake -spec macx-xcode cinema_scope.pro
- Linux:
qmake cinema_scope.pro
- OSX:
- You will now have makefiles, etc for your specific platform (assuming the
appropriate tools are installed). Edit the code and run
make
to create executables. Build thecinema_scope_test
project if you want to run unit tests.
This application looks for a settings file at $HOME/.cinema/scope/settings.ini
for an INI-style settings file.
Contact us at [email protected]
with questions. Issues may be added to the
github project at: https://github.com/cinemascience/cinema_scope.