summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-08-15 07:51:27 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-08-15 07:51:27 -0400
commit9a10647684cbe84e308360e217b774c4c0bd0389 (patch)
treea19c8e1e8c71667b1057a3b9f810193997056de7
parent490db9b4b9e4b2cdd2b35944ca10f8fb61469134 (diff)
Add TODO item.
-rw-r--r--TODO.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 1d94842..78488a8 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,11 @@
* Tasks
+** TODO [#A] Improve error messages in sprite-batch-add!
+=sprite-batch-add!= throws an error if it is called before
+=sprite-batch-clear!= maps the GPU memory, but the error message
+doesn't mean anything to users. Also, make sure the docs explain why
+you need to clear first. Consider renaming =sprite-batch-clear!= to
+=sprite-batch-begin!= while you're at it. Explain the difference
+between capacity and size.
** TODO [#A] Mention (chickadee-user) module in 'chickadee play' docs
When you connect to the REPL server, it's in (guile-user) but there's
nothing telling the user to switch to the right default place. Can we