Skip to content
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

Determining left-handed / right handed users? #15

Open
vilav opened this issue Jul 2, 2016 · 2 comments
Open

Determining left-handed / right handed users? #15

vilav opened this issue Jul 2, 2016 · 2 comments

Comments

@vilav
Copy link

vilav commented Jul 2, 2016

Hello

Just found the library. Could it be possible to ascertain whether a user is left-handed or right-handed using gyro.js? If so, any code suggestion of how that could be setup such that if tilt = left-ward, then show X, if tilt = right, show Y, if within a middle range do Z?

@tomgco
Copy link
Owner

tomgco commented Jul 12, 2016

Hi @vilav,

It might be possible, however I have no idea how to be certain.

It could be interesting to do some research into the skew at which right and left hand users hold their phone, and based on that resting position determine handedness.

Something like this could be useful... https://faculty.washington.edu/wobbrock/pubs/uist-12.pdf

Let me know if you get somewhere with this :] Think it could be have some interesting ramifications.

@tomgco
Copy link
Owner

tomgco commented Jul 12, 2016

As per code suggestions it would be integer maths on the x,y and z coordinates. Either using basic threshold functions or by using some statistical functions. But without trying it out myself I am unable to lend any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants