FaderVR is a dashboard developed for virtual reality that will empower journalists and the public to track Internet shaming and empathy. Fader will provide users with the ability to set filters for key search, social and community data related to journalism and public discourse. It will enable the mapping of digital diasporas that evolve from memes and identify key influencers and opportunities for sentiment and trend analysis.
LeapMotion Installer & SDK & Unity package: https://developer.leapmotion.com/downloads For Oculus VR, the Runtime, SDK and Utilities for Unity5 are needed: https://developer.oculus.com/downloads/
Clone or checkout this repository.
3rd party packages are not checked in and need to be added to the project by hand Import custom package for Oculus Utilities Import custom package for LeapMotion (without LeapMotion+OVR and OVR tree!, also leave Oculus Plugins unchecked)
If you get errors due to cross imports, do a 'Reimport All.'
Partials of this code are taken from https://bitbucket.org/gambitforhire/twitter-search-with-unity
THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This code is part of an article posted on my blog at http://stevenyau.wordpress.com/2013/12/26/working-with-twitter-api-1-1-with-unity/
It is an example of using Twitter's 1.1 search API in Unity since they deprecated version 1.0 and is released for reference use by otherss.