summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-13 08:49:46 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-13 08:49:46 -0400
commit30c85ede7bb57f7326f32a60a2eedac93b28990a (patch)
treecec435c6c7615e1604e8d23fb25c9afdd37d7634 /TODO.org
parent9a10647684cbe84e308360e217b774c4c0bd0389 (diff)
doc: Clear up confusion when using a REPL server with chickadee play.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.org b/TODO.org
index 78488a8..4dca8f8 100644
--- a/TODO.org
+++ b/TODO.org
@@ -6,10 +6,6 @@ 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
-make the REPL automatically go to the right module?
** TODO [#A] Remove allocations in hot code paths
- [ ] hash-for-each causes closure allocation in at least the shader,
text, and audio modules
@@ -119,6 +115,10 @@ naive way that does not use physically-based equations.
** TODO [#C] Right-to-left text rendering
** TODO [#C] Top-to-bottom text rendering
** TODO [#C] Octree spatial partitioning
+** DONE [#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
+make the REPL automatically go to the right module?
** DONE [#A] Improve window resizing support
For example, there's no user hook to handle a resize event.
** DONE [#A] Images that can be rendered in Geiser REPL