Changes between Version 1 and Version 2 of ProjectGazeTrackingLibraryPage


Ignore:
Timestamp:
03/22/18 18:47:32 (7 years ago)
Author:
Monika Rizova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectGazeTrackingLibraryPage

    v1 v2  
    1 Software
     1= Gaze Tracking Library =
     2
     3''Description''
     4
     5  !PyGaze is an open-source toolbox for eye tracking in Python. It has an uniform and user-friendy syntax and it is aimed for people with minor to advanced programming skills in Python. Pygaze acts as a wrapper around several existing packages, among
     6  which !PyGame, !PsychoPy, pylink (for SR Research !EyeLink systems), !SensoMotoric Instruments’ !iViewX API, and the !Tobii SDK. From stimulus presentation to eye-tracker communication: everything can be handled by via !PyGaze scripting. As a a Python
     7  library for eye tracking you can use a set of plugins that will allow you to use !PyGaze from within !OpenSesame. You can install !PyGaze on Windows as well as on Ubuntu.
     8
     9  !PyGaze supports the following eye trackers:
     10
     11  - !EyeLink — For information on how to run !OpenSesame with !PyLink support
     12  - !EyeTribe — Works out of the box.
     13
     14  Advantages of !PyGaze:
     15 
     16  - user-friendly platform
     17  - saccade detection algorithm (for online detection)
     18  - sharing code is easy (works on Windows, Linux and Mac OSX)
     19  - creating eyetracking experiments in Python syntax with the least possible effort
     20  - can be used for visual and auditory stimulus presentation; for response collection via keyboard, mouse, joystick, and other external hardware
     21
     22  **URL:**
     23
     24  1. http://www.pygaze.org/
     25  2. https://www.ncbi.nlm.nih.gov/pubmed/24258321
     26  3. http://osdoc.cogsci.nl/3.1/manual/eyetracking/pygaze/
     27
     28== '''Project Anatomy''' ==
     29
     30**Community**: !PyGaze community
     31
     32**Leadership**: Edwin Dalmaijer
     33
     34**Forking**: Fork your own copy at this address https://github.com/esdalmaijer/PyGaze, for which you will need a !GitHub account.
     35
     36**Communication**: There are a couple of ways for communicating with !PyGaze developers, one is their support forum accessible from http://forum.cogsci.nl/index.php?p=/categories/pygaze and the other is a contact form found at http://www.pygaze.org/contact/ (in case you do not want to create a forum account)
     37
     38**Roadmaps**:
     39 
     40
     41''Original goal:''
     42 
     43  - bundles of code for a large range of different eye trackers from different manufacturers into a single interface.
     44  - open-source based on excisting libraries
     45
     46''Future goals:''
     47
     48  Short term:
     49  - better variable management and getting rid of some annoying bugs
     50  - an analysis suite to complement the existing experimental library
     51
     52  Long term:
     53  - incorporate support for more eye trackers and support for even more obscure peripherals
     54  - support for electroencephalography
     55 
     56  Source: Interview with lead developer: https://opensource.com/life/15/12/pygaze-open-source-eye-tracking-toolkit
     57
     58**Releases**:
     59
     60  1. Behavior Research Methods, December 2014, Volume 46, Issue 4, pp 913–921 | Cite as !PyGaze: An open-source, cross-platform toolbox for minimal-effort programming of eyetracking experiments - https://link.springer.com/article/10.3758/s13428-013-0422-2
     61  2. Edwin S. Dalmaijer, Sebastiaan Mathôt, Stefan Van der Stigchel, 2013 - http://www.pygaze.org/resources/downloads/Dalmaijer_Mathot_Stigchel_2013_PyGaze_manuscript.pdf
     62  3. Dalmaijer, E.S., Mathôt, S., & Van der Stigchel, S. (2013). !PyGaze: an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments. Behaviour Research Methods. doi:10.3758/s13428-013-0422-2
     63
     64**Repositories**:
     65 
     66  The main repository of !PyGaze is: https://github.com/esdalmaijer/PyGaze , where you can download the source code, clone it to desktop, or even make your own fork.
     67  There is also a repository for !PyGazeAnalizer available at: https://github.com/esdalmaijer/PyGazeAnalyser
     68
     69**Packaging**:
     70
     71   Different packages for !PyGaze, including Windows, Linux and Mac OS X packages can be found at the downloads page of !PyGaze: http://www.pygaze.org/downloads/
     72
     73**Upstream/downstream**:
     74
     75   So far, from 2013 when it was originaly published, !PyGaze has 12 contibutors, and it is open for contributing for upstream, after of course your pull request is revised and approved.
     76 
     77**Version Control**:
     78
     79   version 0.6.0 (07-09-2017) - Latest version control
     80
     81**Trackers**:
     82
     83   You can see commits and verified changes at this link: https://github.com/esdalmaijer/PyGaze/commits/master
     84
     85== Project Evaluation ==
     86
     87
     88=== Fieldtrips ===
     89
     90Github: https://github.com/esdalmaijer/PyGaze
     91
     92Openhub: / (!PyGaze is not listed here)
     93
     94Source Forge: / (!PyGaze is not listed here)
     95
     96=== Evaluation ===
     97
     98**Licensing:** GNU Public License (version 3)
     99
     100**Language:** Python
     101
     102**Activity:** Active
     103
     104**Number of contributors:** There are two developers and a couple of official contributors. They are listed on this page: http://www.pygaze.org/contributors/
     105
     106**Size:** There aren't any official releases on !GitHub, you can find out the size of the packages from the download page after you download them. http://www.pygaze.org/downloads/
     107
     108**Issue tracker:** There is a forum where you can write about an issue: http://forum.cogsci.nl/index.php?p=/categories/pygaze and there is the issue tracker on !GitHub: https://github.com/esdalmaijer/PyGaze/issues
     109
     110**New contributor:** If you want to be a contributor to !PyGaze one way is through the !GitHub page, where you can make your own fork and pull request and wait for an approval.
     111
     112**Community norms:** You can report an issue through the forum page , help to fix it by forking in the !GitHub repository and commit fixes and if you prefer to work via different channels (contact form, or via carrier pigeon), that’s fine too.
     113
     114**User base:** Their user base are the developers and the contributors: http://www.pygaze.org/contributors/
     115