journal
all ![]() | Rob is 20,118 days old today. |
July 2015 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Sept 2015 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2014 jan feb mar apr may jun jul aug sep oct nov dec
2016 jan feb mar apr may jun jul aug sep oct nov dec |< << more >> >| |
Entries this day: pop-pop-chaos-now-features-color-coded-pressure-or-something pop pop chaos now features color coded pressure or something 00:11 Monday 31 August 2015 JSTNice! Fred suggested I use color to indicate how close a bubble was to popping. I told him it was a good idea, though I already had it in mind, possibly from Travis or Johan, but just hadn't implemented it yet. Now it's part of the game, and was reallly easy to do, thanks to d3: I changed var circleColor = function(d) { return d.color; }; to var circleColor = function(d) { return d3.rgb(d.color).darker(2*(d.touches/d.maxTouches)); }; https://archive.is/rLEVo shows the latest snapshot I've taken. permalinkprev day next day |