The development of MUGS was halted for an indefinite period of time!
MUGS provides regression and geometric methods for calculating the gaze vector of a subject and the intersection of the gaze vector with a planar display in a free moving scenario. It also provides convenient interfaces for recording and analyzing data.
sudo apt-get install cmake libboost-all-dev libeigen3-dev Download and install from: https://github.com/mblum/libgp
In mugs directory, type:
mkdir build
cd build
cmake ..
make
sudo make installIf you want to build the tests, Google Test is needed. Tests can be build by replacing the cmake command above with
cmake -DBUILD_TESTS=ON ..The tests can be run after the make command by typing ./tests/mugstest in the build directory.
In mugs directory, type:
cd programs/program_of_your_choice
mkdir build
cd build
cmake ..
makeIf you have questions or issues please contact us
- Lewis Chuang: lewis.chuang@tuebingen.mpg.de
- Jonas Ditz: jonas.ditz@tuebingen.mpg.de
Copyright (c) 2013, 2017 Max Planck Institute for Biological Cybernetics
All rights reserved.
MUGS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MUGS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with MUGS. If not, see http://www.gnu.org/licenses/.
