diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-08-15 07:51:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-08-15 07:51:27 -0400 |
commit | 9a10647684cbe84e308360e217b774c4c0bd0389 (patch) | |
tree | a19c8e1e8c71667b1057a3b9f810193997056de7 | |
parent | 490db9b4b9e4b2cdd2b35944ca10f8fb61469134 (diff) |
Add TODO item.
-rw-r--r-- | TODO.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |