9f6d873a692f

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 01 Jul 2016 14:43:00 +0000
parents d773c8aa783b
children 98cd8794a2b0
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Fri Jul 01 13:10:02 2016 +0000
+++ b/README.markdown	Fri Jul 01 14:43:00 2016 +0000
@@ -307,3 +307,6 @@
 ## 2016-07-01
 
 * More [Learning WebGL][].
+* Another episode of [Coding Math][].  Penner's easing functions are beautiful
+  little functions clouded by a haze of godawful programming style.  I tried to
+  write my versions to be a bit more readable, at the expense of some speed.