Helpful Links
Our GitHub repository
https://github.com/tpott/butter-star
WordPress Login
http://cse125.ucsd.edu/cse125/2013/cse125g3/wp-login.php
Developer Setup
http://www.doesmybrowsersupportwebgl.com/
Git Flow
http://yakiloo.com/getting-started-git-flow/ (commands)
http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
NodeJS
npm install ws
npm install three
Javascript
Documentation
https://developers.google.com/closure/compiler/docs/js-for-compiler#types
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
JQuery
http://api.jquery.com/category/selectors/
Object-oriented JS
https://developer.mozilla.org/en-US/docs/JavaScript/Introduction_to_Object-Oriented_JavaScript
NodeJS
https://github.com/einaros/ws (can send typed arrays from server -> client!)
Typed Arrays
http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/
Physics
Collisions
https://github.com/mrdoob/three.js/blob/master/examples/misc_controls_pointerlock.html
http://threejs.org/docs/58/#Reference/Core/Raycaster
http://www.gamedev.net/page/
http://www.gamedev.net/topic/587541-beginner—sphere-to-plane-collision-response/
Octree
https://github.com/thn024/xna-game/blob/master/xna-game/xna-game/Octree.cs