string-lerp.git
9 years agoDistribution-generating makefile targets.
Joe Wreschnig [Sun, 18 May 2014 12:14:21 +0000 (14:14 +0200)]
Distribution-generating makefile targets.

9 years agoImprovements to demo layout/behavior.
Joe Wreschnig [Wed, 14 May 2014 09:01:17 +0000 (11:01 +0200)]
Improvements to demo layout/behavior.

9 years agoAdd some licensing, etc. metadata.
Joe Wreschnig [Tue, 13 May 2014 23:09:02 +0000 (01:09 +0200)]
Add some licensing, etc. metadata.

9 years agoAdd documentation.
Joe Wreschnig [Tue, 13 May 2014 22:26:59 +0000 (00:26 +0200)]
Add documentation.

9 years agoTweak to Levenshtein costs to prefer ins/del to sub/sub.
Joe Wreschnig [Tue, 13 May 2014 22:15:18 +0000 (00:15 +0200)]
Tweak to Levenshtein costs to prefer ins/del to sub/sub.

9 years agoHandle surrogate pairs and combining characters correctly.
Joe Wreschnig [Tue, 13 May 2014 21:08:54 +0000 (23:08 +0200)]
Handle surrogate pairs and combining characters correctly.

9 years agoMore efficient way to get LTR diffLerp editing.
Joe Wreschnig [Tue, 13 May 2014 19:44:01 +0000 (21:44 +0200)]
More efficient way to get LTR diffLerp editing.

9 years agoReverse edit strings so they change LTR, like fastLerp.
Joe Wreschnig [Tue, 13 May 2014 19:28:48 +0000 (21:28 +0200)]
Reverse edit strings so they change LTR, like fastLerp.

9 years agoAdd tests and build scripts.
Joe Wreschnig [Tue, 13 May 2014 17:04:33 +0000 (19:04 +0200)]
Add tests and build scripts.

9 years agoInterpolate between numeral-ish strings numerically.
Joe Wreschnig [Tue, 13 May 2014 16:20:23 +0000 (18:20 +0200)]
Interpolate between numeral-ish strings numerically.

9 years agoBetter function names.
Joe Wreschnig [Tue, 13 May 2014 15:18:59 +0000 (17:18 +0200)]
Better function names.

9 years agoSwitch Levenshtein calculation to a flat, typed array.
Joe Wreschnig [Tue, 13 May 2014 15:12:44 +0000 (17:12 +0200)]
Switch Levenshtein calculation to a flat, typed array.

9 years agoInitial lerping code.
Joe Wreschnig [Tue, 13 May 2014 14:30:38 +0000 (16:30 +0200)]
Initial lerping code.