EyeWrite is an online collaborative text editor which utilizes eye tracking to share each user's gaze with their collaborators and visualize them in real time on the working document. EyeWrite uses WebGazer.js for eye tracking capabilities as well as CodeMirror and Firepad for rich-text editing and real time collaboration. EyeWrite functions completely on the browser and uses the everyday webcam for eye tracking, providing an easily accessible environment for close collaboration. EyeWrite also is capable of visualizing each collaborator's mouse movement instead of their gaze. The webcam can only be accessed for gaze sharing with the user's consent and once EyeWrite is in use, the sharing of gaze and mouse data with collaborators can be toggled on and off at the user's discretion.
If you want to build the source code from this repository, please follow these instructions:
# Ensure NodeJS is downloaded: https://nodejs.org/en/download/
git clone https://github.com/pomonahci/EyeWrite.git
cd EyeWrite
npm install
# build dependencies for WebGazer
cd node_modules/webgazer
npm install
Note: you may need to import WebGazer module from hci.pomona server
# Make sure that port 3000 on localhost is open.
# Then, run the following script.
`npm start`