Exploring an API for generating custom VR headset designs

Another target I’d like to accomplish is to provide an api for generating custom parameterised EyeTracktive pupil tracking headsets. OpenSCAD can theoretically produce .stl or .png images via the cmd line, but it requires a lot of cruft to get this to work (an XServer or xvfb) – so wouldn’t it be nice if there…

Building EyeSkills in Unity

These are some coarse instructions to help you get started.  Although they are for OSX it ought to be a similar process for Windows. git clone –recurse-submodules https://gitlab.eyeskills.org/community/EyeSkillsCommunityApp.git cd EyeSkillsCommunityApp/Assets/EyeSkills #The following will work on OSX/Linux. You can also just grab the .zip from https://cloud.eyeskills.org/s/GziZbNNWQAoyxXr and do the following steps manually wget -O out.zip https://cloud.eyeskills.org/s/GziZbNNWQAoyxXr/download…