Home › Forums › Legacy SDKs › Feature request: port Gaze SDK to Node › Reply To: Feature request: port Gaze SDK to Node
21/04/2016 at 21:43 #5071

Participant
there is a gazejs in node. i found it a bit tricky to get started , but I´m not that used to coding on windows so this might be old news for a windows developer.
Here is my worklog for getting it to work on W8:
– install choco from https://chocolatey.org
run the following command to installs .net that is needed:
choco dotnet3.5
– install visualstudio: https://www.visualstudio.com
– open visulastudio and start a new c++ project , visualstudio will then download some c++ stuff. thath bridjs needs
– npm install –python=python2.7 gazejs