- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Feature Requests › Construct2 SDK
Tagged: construct2
I have to say thanks first, for the Tobii eyex, as a Global Game Jam Organizer ill be trying to encourage teams to create games that explore more of this tool.
I have to ask if there is or is it possible to create a .js plugin for Construct2 for the eye tracking tool.
That’s all. Thank you very much!
Hi @kingpirux, I am afraid that for the time being, whilst our official Gaze SDK comes in the following flavours: .NET, C/C++, Unity for the time being, we do not have a javascript plugin available.
We have not been able to prioritize Java support for a while. If you want to start working with Java we recommend to use JNI or Swig to create your own binding towards the C API. Also there is the following project at Github @ https://github.com/designandsystems/tobiiEyeXGetGazePosition
Which may help you get started. Best of luck.