Java source code of proof-of-concept tool used for the paper "Eye Gaze on Scatterplot: Concept and First Results of Recommendations for Exploration of SPLOMs Using Implicit Data Selection".
Code by M.Sc. student Jia Jun Yan. Supervision and concepts by Nils Rodrigues, Lin Shao, Tobias Schreck, and Daniel Weiskopf.
Written to support The Eye Tribe Tracker.
Setup JavaFX on IntelliJ: https://openjfx.io/openjfx-docs/#install-javafx
Important: In order to run JavaFX on IntelliJ, you need to add the following line in Debug Options (Run > Edit Configuration...)
--module-path ".\lib\openjfx-sdk-16.0.1\lib" --add-modules javafx.controls,javafx.fxml