Results 39 comments of Dom

As I understand it Microsoft is dropping (or has already dropped) API support for Skype http://blogs.skype.com/2013/11/06/feature-evolution-and-support-for-the-skype-desktop-api/. There is a comment on that post specifically asking about chat bots, and the...

@RafaelGorski Wow that vagrant image is awesome. @chrise86 You need to launch skype and sign into whatever account you would like to be using as a bot. After it is...

The part that feels most weird about the current implementation to me is that we are having to syntehsise an event to do a programatic grab. Instead I would expect...

I started to explore something like this here https://github.com/robertlong/social-vr-demo/blob/master/src/components/axis-dpad.js I do agree there should probably be something like this on the raw controllers themselves. I also do think we might...

So I went ahead ant tried implementing this [here](https://github.com/robertlong/social-vr-demo/commit/645c22ca41a20aecf27f55ebba188513ba99c3b3#diff-1fdf421c05c1140f6d71444ea2b27638R25) with my existing dpad component, works fine since its just rebraodcating events on the controllers themselves, so its simple to just...

> Is it ok to have a simple_character_controller_mapping active and bound to your left hand and a simple_paint_tool_mapping active and bound to your right hand? Hmm, yeah maybe different mappings...

I agree that as a user I think about "what do the buttons on my controller do" but I would argue that we want to nudge developers away from this...

Having the actions enumerated at the top like this does feel like it provides a lot of the value I liked from the method I initially proposed. And separating the...

Yep I agree, was not suggesting implementing it now, just thinking through potential future use-cases to see how they might slot in.

I do think tooltips themselves shouldn't necessarily be part of the input mapping, but it does seem like a good idea to be able to store application (or component) specific...