From 79abec1b07129dbeea7eb11d203bb68f5571fe2b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 26 Aug 2013 22:33:02 -0400 Subject: Update TODO list. --- TODO.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index 79fbafc..94df29a 100644 --- a/TODO.org +++ b/TODO.org @@ -45,6 +45,9 @@ ** DONE Tilesets Break an image up into many small pieces. Useful for creating maps. + - [X] Algorithm to split texture into tiles + - [X] type + ** DONE Animations Create a data type to represent an animated sequence of textures and/or texture regions. @@ -62,6 +65,9 @@ Provide a way for users to easily script 2D games using coroutines and a scheduler. + - [X] Coroutines + - [X] Agenda + ** TODO Vectors and matrices Vectors and matrices are needed constantly for games. Provide an easy-to-use module that provides procedures for common @@ -103,8 +109,8 @@ time-based actions such as linear interpolation. It would be nice to have a way to make these easily composable as well. - - [ ] Make actions composable - - [ ] Linear interpolation (lerp) + - [X] Make actions composable + - [X] Linear interpolation (lerp) - [ ] Move to/move by ** TODO Keymaps -- cgit v1.2.3