0a91aacc8568
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 05 Aug 2016 23:42:58 +0000 |
parents | e4beec1ba061 |
children | 8bb697bce8be |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Fri Aug 05 16:26:53 2016 +0000 +++ b/README.markdown Fri Aug 05 23:42:58 2016 +0000 @@ -59,6 +59,7 @@ [lispjamaugust16]: https://itch.io/jam/august-2016-lisp-game-jam [Silt2]: http://bitbucket.org/sjl/silt2 [cl-ecs]: https://github.com/lispgames/cl-ecs +[cl-losh]: http://bitbucket.org/sjl/cl-losh ## June 2016 @@ -1036,3 +1037,6 @@ * More work on [Silt2][]. Revamped the entity component system a bit to make it a lot more performant. Happy with the progress so far. +* Finally got around to consolidating all my `utils.lisp` files in various + projects into [my own personal utility library][cl-losh], because the world + definitely needs another one of those.