You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,48 @@
1
-
Java SDK for The Eye Tribe Tracker
1
+
Java SDK for the EyeTribe Dev Kit
2
2
====
3
3
<p>
4
4
5
5
Introduction
6
6
----
7
7
8
-
This is the Java reference implementation for the EyeTribe Server. The implementation provides a simple Java interface for communicating with the server through the[TET API](http://dev.theeyetribe.com/api/). This should allow developers to get started quickly to focus their efforts on creating truly immersive and innovative apps using our eye tracking technology.
8
+
This is the Java library implementation for the EyeTribe Dev Kit. This reference implementation provides a simple Java interface for communicating with the EyeTribe Server through our open[TET API](http://dev.theeyetribe.com/api/). This should allow developers to get started quickly to focus their efforts on creating truly immersive and innovative apps using our eye tracking technology.
9
9
10
-
This version is to be considered **_alpha_**. Feedback and bug fix submissions are welcome.
10
+
This version is to be considered **_beta_**. Feedback and bug fix submissions are welcome.
11
11
12
-
Please visit our [developer website](http://dev.theeyetribe.com) for more information.
12
+
Please visit our [developer website](http://dev.theeyetribe.com) for documentation and tutorials. Please use our [public forum](http://theeyetribe.com/forum) for questions and support.
13
13
14
14
15
15
Dependencies
16
16
----
17
17
18
-
The implementation is Java 6 compliant and uses [google-gson](http://code.google.com/p/google-gson/) for JSON parsing.
18
+
The implementation is Java 6 compliant for backwards compatibility and[Android OS](http://developer.android.com) support. The library uses [google-gson](http://code.google.com/p/google-gson/) for JSON parsing.
19
19
20
20
21
21
Build
22
22
----
23
23
24
24
1. Install [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads) (and optionally [Eclipse for Java](http://www.eclipse.org/downloads/))
25
-
2. To build, either import and build from Eclipse IDE (Eclipse project files included) or use Apache Ant to run included build.xml configuration.
25
+
2. To build, either import and build from Eclipse IDE (Eclipse project files included) or use Apache Ant to run included *build.xml* configuration.
26
26
3. Alternatively, import source code into your favorite Java IDE and build from there.
27
27
28
+
29
+
Tutorials
30
+
----
31
+
32
+
A simple guide to using this Java SDK is found in the [tutorials section](http://dev.theeyetribe.com/java/) of our developer website. More tutorials will be provided in the near future.
33
+
34
+
28
35
Samples
29
36
----
30
37
31
38
There are currently no samples available for the Java SDK, but they will be added as they become available. For now, consult our [C# samples on GitHub](https://github.com/eyetribe) for inspiration as the C# reference implementation is very similar to Java.
32
39
33
40
41
+
Documentation
42
+
----
43
+
Find documentation of this library at [EyeTribe Java SDK Doc](http://eyetribe.github.io/tet-java-client).
44
+
45
+
34
46
API Reference
35
47
----
36
48
@@ -39,6 +51,15 @@ The complete API specification used by the Java SDK to communicate with the serv
39
51
40
52
Changelog
41
53
----
54
+
0.9.56 (2015-03-18)
55
+
56
+
- Added *hashCode()* implementation for all public data types
57
+
- Fixing bugs associated to *CalibrationPoint* resampling
58
+
- Clearing *Listener* types now requires explicit call to *GazeManager.deactivate()*
59
+
- Minimizing object allocation
60
+
- Fixed network initialization and deinitialization bugs
61
+
- Updated Gson to 2.3.1
62
+
42
63
0.9.49 (2014-12-09)
43
64
44
65
- Ensured callback order of listener types during activation
0 commit comments