summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org10
1 files 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] <tileset> 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