Home › Forums › Software Development › Can't find any actual downloads for the SDK
- This topic has 2 replies, 3 voices, and was last updated 4 years, 11 months ago by
Alex [Tobii].
- AuthorPosts
- 06/10/2018 at 07:34 #8878
Andon Coleman
ParticipantI have been browsing the developer site now for about an hour and cannot find any downloads.
The closest I have come so far is this:
It speaks of various WPF, .Net and C# stuff that is completely alien to me as a C programmer of over 25 years. Are there any C or C++ language bindings available and if so, where?
I am working on Windows and writing straight Win32 API software in C.
06/10/2018 at 20:37 #8879Grant [Tobii]
KeymasterHi @kaldaien, thanks for your query. To get started with the Tobii Core SDK you will need to install the SDK Package via nuget within Visual Studio.
We describe in more detail how to accomplish this @ https://tobii.github.io/CoreSDK/articles/getting_started.html
Therafter, you can download and run some of the Core SKD sample programs which you can find @ https://github.com/Tobii/CoreSDK
wherein is contained a number of simple applications that show you the capability of your eye tracker for personal development.Please try out these links and kindly let us know if you require further assistance.
07/10/2018 at 21:04 #8881Alex [Tobii]
ParticipantHi @kaldaien
For C/C++ you would need to use Tobii Stream Engine API
https://github.com/Tobii/stream_engineDownload links (nuget) could be found on github readme.
https://www.nuget.org/packages/Tobii.StreamEngine.Native/ - AuthorPosts
- You must be logged in to reply to this topic.