diff --git a/README.MD b/README.MD index 47ea464..a2e0032 100644 --- a/README.MD +++ b/README.MD @@ -1,26 +1,31 @@ A Shared Landscape Responsive to Existence + 1. Download an install the Tobii Eye Tracker driver (Tobii Eye Tracking Core Software v2.16.4 ) at https://gaming.tobii.com/getstarted/ after installation finished, calibrate the eye tracker to your eyes. + 2. Download the EFFACE master folder. + There are two ways to test out the project: a. Using Build Standalone Excutable File (Windows Only): a.1 Using eye gaze as input -unzip Efface_Win_Eye inside Efface/Builds +unzip Efface_Win_Eye inside Efface/Standalones Run Efface.exe. a.2 Alternatively, you can use mouse as input -unzip Efface_Win_Mouse inside Efface/Builds +unzip Efface_Win_Mouse inside Efface/Standalones Run Efface.exe. + + b. Using Unity Editor (Windows Only). b.1 Go to Unity download site, choose the *exact* version 2018.3.8f1. diff --git a/Standalones/Efface_Win_Eye.zip b/Standalones/Efface_Win_Eye.zip new file mode 100644 index 0000000..f3fd53c Binary files /dev/null and b/Standalones/Efface_Win_Eye.zip differ diff --git a/Standalones/Efface_Win_Mouse.zip b/Standalones/Efface_Win_Mouse.zip new file mode 100644 index 0000000..8bc9ee3 Binary files /dev/null and b/Standalones/Efface_Win_Mouse.zip differ