-
Notifications
You must be signed in to change notification settings - Fork 20
Eyetracking utilization #523
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
Conversation
# Conflicts: # build.gradle.kts # gradle/wrapper/gradle-wrapper.jar # gradle/wrapper/gradle-wrapper.properties # settings.gradle.kts
|
Any progress on this? @kephale @skalarproduktraum |
|
@skalarproduktraum @kephale poke poke. The CI fails because we're missing a scenery version that contains a minor feature (message centering for the Camera class). |
|
@smlpt do you need that updated in |
I'm not working on this branch anymore, my latest changes are in the controller-tracking branch which I branched out from this one. But since that branch is also close to completion, I thought it makes sense to merge this one first. And I think @skalarproduktraum wanted this PR to be merged sometime. The branch works locally because I use a local scenery for it. My message was just to explain why the CI fails here. |
|
Aha, got it. Well just ping when you want the full review/merge! |
|
Would appreciate if this PR could be reviewed and merged to main @skalarproduktraum @kephale (whoever finds time first) |
|
Hi @smlpt! Happy to review, but in the current state, the CI doesn't run through with compilation errors. Please fix this, and then I'm more than happy to review and merge 🚢 |
|
Also happy to review and see this merged! If you ping when the CI is working I'll try to check it out asap |
|
@skalarproduktraum we will need a new scenery release then to fix the CI (see above comments) |
|
Edit: these classes were removed from the PR now. There are a few classes from Ruoshans original project that made their way into the PR and can maybe also be removed, but I'm not sure. At least they are not used for the current manvr3d features. These include:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from some minor cleanup stuff, looks good to me 👍
src/main/kotlin/sc/iview/commands/analysis/TimepointObserver.kt
Outdated
Show resolved
Hide resolved
|
@skalarproduktraum thanks for the review! All changes addressed. I added the ConfirmableClickBehavior class to the change list for the manvr3d refactor. Since I have a branch that was branched from this one, is a rebase still advisable? Or should we merge instead? |
Changes made by Ruoshan to implement a bridge for Mastodon tracking to Sciview, as well as utilize eye tracking in Sciview.