From ce06797630235855a621ace3205e7854f7e8005f Mon Sep 17 00:00:00 2001 From: Ben Burlingham Date: Sun, 15 Oct 2017 07:42:08 -0700 Subject: [PATCH] Initial efforts on cohesion. --- index.html | 12 +- js/_ORIGINAL.js | 279 -------- js/_SCARE.js | 131 ---- js/_WALLDETECT-BUGGY.js | 292 --------- js/animation2b.js | 9 - js/animation3a.js | 95 +++ js/bundle.js | 1348 +++++++++++++++++++-------------------- js/enums.js | 14 +- js/grid.js | 31 + js/index.js | 18 +- js/particle.js | 218 +++++-- 11 files changed, 975 insertions(+), 1472 deletions(-) delete mode 100644 js/_ORIGINAL.js delete mode 100644 js/_SCARE.js delete mode 100644 js/_WALLDETECT-BUGGY.js create mode 100644 js/animation3a.js create mode 100644 js/grid.js diff --git a/index.html b/index.html index 1a5b319..60c0f02 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@
Explore the RxJs API by managing moving particle systems. The systems should: