e4beec1ba061
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 05 Aug 2016 16:26:53 +0000 |
parents | 1b5a923e34a9 |
children | 0a91aacc8568 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Fri Aug 05 00:35:39 2016 +0000 +++ b/README.markdown Fri Aug 05 16:26:53 2016 +0000 @@ -1031,3 +1031,8 @@ * Played around a bit with [cl-ecs][] but quickly ran into a use case it doesn't really cover. In true Lisp fashion I decided to roll my own entity/component system and got something hacked together enough to work for now. + +### 2016-08-05 + +* More work on [Silt2][]. Revamped the entity component system a bit to make it + a lot more performant. Happy with the progress so far.