initial view stuff

This commit is contained in:
Peter Cottle 2012-08-20 16:23:50 -07:00
parent 3bf34850ac
commit 78d0aa5b55
4 changed files with 38 additions and 9 deletions

View file

@ -1,16 +1,18 @@
/**
* Globals
*/
var ee = null;
var events = _.clone(Backbone.Events);
var sys = null;
var graphicsEffects = {};
var gitEngine = null;
$(document).ready(function(){
ee = new EventEmitter();
sys = arbor.ParticleSystem(4000, 500, 0.5, false, 55, 0.005, 'verlet');
sys.renderer = Renderer('#viewport');
new CommandLineView({
el: $('#commandLineBar')
});
gitEngine = new GitEngine();
var repulsionBreathe = function(r) {