-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
gui: More info in tracker table and IMU visualizer #450
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ButterscotchV
added
Area: Application Protocol
Related to communication with apps like the GUI, overlay, games
Area: GUI
Related to the GUI
Type: Enhancement
Adds or improves a feature
Priority: Normal
The default priority
Status: Blocked by other issue
Progress cannot be made until linked issue is resolved
labels
Jan 4, 2023
is this for developer mode only? would be useful for everyone tbh |
Erimelowo
removed
the
Status: Blocked by other issue
Progress cannot be made until linked issue is resolved
label
Jan 17, 2023
needs rebase or merge owo |
Eirenliel
approved these changes
Jan 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Application Protocol
Related to communication with apps like the GUI, overlay, games
Area: GUI
Related to the GUI
Priority: Normal
The default priority
Type: Enhancement
Adds or improves a feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires:
Adds an IMU visualizer;
Adds a widget with toggles to the side:
Show image
Extends tracker table with TPS, temperature and linear acceleration columns, less useful data columns are hidden behind a toggle;
Temperature column is automatically hidden if there is no temperature data for any device;
Adds a developer mode widget with toggles to set high contrast for better accessibility, increasing table update rate, basic filtering and sorting;
Fixes a case when ping = 0 displays as an empty cell in the tracker table (wrangler, owotrack, anything local);
Improves reaction to shaking when highlighting trackers, since the server can now send linear acceleration in addition to rotation data;
Adds a warning highlight/icon for unassigned trackers, since reference/identity-adjusted rotations (after reset) only apply to assigned trackers:
owo