summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index de778d3..1c688fc 100644
--- a/TODO.org
+++ b/TODO.org
@@ -6,8 +6,6 @@
closures and is called twice per loop iteration.
** TODO [#A] Bug: Vertical line rendering not working
Vertical lines are invisible. Not great!
-** TODO [#A] Improve window resizing support
-For example, there's no user hook to handle a resize event.
** TODO [#A] Scheme -> GLSL compiler
Like CL's varjo but for Guile. Start with a simple sexp -> GLSL
serializer.
@@ -106,6 +104,8 @@ 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] 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
Make =<image>= type that prints as =#<Image: /path/to/image.png>=
** DONE [#A] CPU-side pixel buffer manipulation