Skip to content

sitepoint-editors/WebVRTwitterWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web VR Twitter World

An updated version of VR Twitter World that uses WebVR.

This is a demo using Three.js to create a visualisation of real time tweets as particles. In order to get this to run, you'll need to create a config.json file like so with your Twitter API credentials:

{
  "consumer_key": "YOURKEY",
  "consumer_secret": "YOURKEYSECRET",
  "token": "YOURTOKEN",
  "token_secret": "YOURTOKENSECRET"
}

If you make a really nice visualisation from this basic code, please do let me know! I'm on Twitter at @thatpatrickguy, or you can find me at http://www.patrickcatanzariti.com or http://www.patcat.com.

Keen for more of this sort of thing? This demo is part of an article at http://www.sitepoint.com. I've got a range of different IoT/wearable/VR/AR demos up there!

I've also got a site dedicated to developer resources for emerging tech like the IoT, wearables, VR, AR and artificial intelligence over at http://www.devdiner.com :)

PatCat

About

A VR 3D tweet visualiser using Three.js, WebGL and WebVR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • HTML 0.3%