/mcv-displaywall-GIAnT

Extended version GIAnT - used for the study analysis of the mcv-displaywall project.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

⚠ WARNING:
The code in this project is no longer maintained. Use it with caution and check for vulnerabilities!

GIANT for DiViCo

The Group Interaction Analysis Toolkit (GIAnT) is a research tool that visualizes interactions of groups of people in front of a large interactive display wall. Please note: This is a fork (original GIAnT) that has been modified and extended to better fit the analysis requirements of the research project https://imld.de/mcv-displaywall (prototype application). This version of GIAnT has been used in our publication:

Ricardo Langner, Ulrike Kister and Raimund Dachselt, "Multiple Coordinated Views at Large Displays for Multiple Users: Empirical Findings on User Behavior, Movements, and Distances" in IEEE Transactions on Visualization and Computer Graphics, vol. 25, no. 1, 2018. doi: 10.1109/TVCG.2018.2865235

Project website: Further information, photos, and videos can be found at https://imld.de/mcv-displaywall/.

Questions: If you have any questions or you want to give feedback, please contact Ricardo Langner (institutional website), GitHub) or Marc Satkowski (institutional website, GitHub).

Installing GIAnT

This research prototyp only works on Linux or Mac. We developed this prototyp with Python 2.7. After installing Python you need to install some other dependencies:

Further you need to install GIAnT itself. GIAnT uses a small libavg plugin to display the visualizations which is built using CMake:

$ cd GIAnT/plugin
$ mkdir build && cd build
$ cmake ..
$ make -j5
$ sudo make install

Development

This project is developed by Marc Satkowski, Ulrike Kister and Ricardo Langner at the Interactive Media Lab Dresden, Technische Universität Dresden, Germany. Further development information can be found via the develpoment guide.

Acknowledgements

The basis for this prototyp was provided by Ulrich von Zadow.