mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
initial view stuff
This commit is contained in:
parent
3bf34850ac
commit
78d0aa5b55
4 changed files with 38 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue