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

Controller movements for interaction (Controller Gestures) #214

Open
baemoth opened this issue Jun 30, 2016 · 8 comments
Open

Controller movements for interaction (Controller Gestures) #214

baemoth opened this issue Jun 30, 2016 · 8 comments
Labels
Projects

Comments

@baemoth
Copy link

baemoth commented Jun 30, 2016

VR is a very physical medium. I was thinking about the best way to go about integrating hand movements for actions. phroot's game 5089 as something like this, it's used to open the inventory I think, and the left hand path does this for magic casting. There are however a lot more use cases for this (minority report style interface, brawler style movement combos, etc). Is this is in the scope of the toolkit, and how could it be simplified in both code and approach to make a good example?

@baemoth baemoth changed the title Movement for interaction Controller movements for interaction Jun 30, 2016
@thestonefox
Copy link
Member

Are you talking about gestures? If so, @drifio has been working on something like this. Maybe he'll do a PR with some of his stuff? ;)

@baemoth
Copy link
Author

baemoth commented Jun 30, 2016

That's exactly it. One can hope, I wouldn't even begin to know how to go about doing this, but can imagine a billion scenarios where it would be useful.

@0xD21F
Copy link
Contributor

0xD21F commented Jun 30, 2016

Something like this: https://www.youtube.com/watch?v=_7Oof3IHGzc ?

I'm not sure how easy it would be to cleanly integrate my system with the toolkit, but I'll certainly look into it, plus if I were to do it, I'd like to implement it in such a way that the gesture algorithm should be interchangeable, at the moment mine is very hard coded with one particular algorithm in mind.

@baemoth
Copy link
Author

baemoth commented Jun 30, 2016

Very much so, but if abstracted enough, it could be used to call UI, start particles effects, summons game objects, etc. Doing this would allow for anything you could imagine, and would be a springboard (platform? framework?) very easy to extend to your own purposes.

@thestonefox thestonefox changed the title Controller movements for interaction Controller movements for interaction (Controller Gestures) Jul 3, 2016
@kristianpd
Copy link
Contributor

I don't see this going anywhere in VRTK core right now, close?

@reznovVR
Copy link
Contributor

I would also suggest closing this at this point since it's a very old issue and has not received a lot activity for a long time so does not seem too popular/demanded feature. It's possible that future Unity XRTK/labs team will provide some kind of gesture support out of the box.

@thestonefox
Copy link
Member

Lets leave gestures open for now, because people still request this and it would be "nice" if someone picked it up

@flashmandv
Copy link

Does anybody have any gestures build (swiping up, down, ..)?

@thestonefox thestonefox added this to To do in VRTK May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
VRTK
  
To do
Development

No branches or pull requests

6 participants