-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eyetracking utilization #523
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # build.gradle.kts # gradle/wrapper/gradle-wrapper.jar # gradle/wrapper/gradle-wrapper.properties # settings.gradle.kts
# Conflicts: # build.gradle.kts # settings.gradle.kts # src/main/kotlin/sc/iview/SciView.kt # src/main/kotlin/sc/iview/commands/MenuWeights.kt
…wise duplicated) methods
…Demo is only a wrapper for command purposes
Just checking how you're doing on this @smlpt! It looks pretty merge friendly, but I'm curious if there is anything else you need on the sciview side? |
I am currently in the process of refactoring many of the tracking classes, because they were all created as command style classes, making it tedious to call them from code (I couldn't really call any member function except for So to answer your question: this branch turned into an active construction site again, and I may have to refine a few more things related to the tracking before we can merge it. I would also appreciate if this branch could be merged into scenery soon™, in case I need to add other stuff to scenery. |
This should now bring some order into the naming scheme. |
Changes made by Ruoshan to implement a bridge for Mastodon tracking to Sciview, as well as utilize eye tracking in Sciview.