summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-24 07:22:59 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-24 07:23:15 -0400
commiteb5588476a6ee10b6e57632539012143a160aa87 (patch)
tree05022fa30ba41522dddba13509ecc144b3dd710c
parentf92d81ad2d3bf090124cbb3424d903766fd413f5 (diff)
todo: Mark window resize hook item as done.
-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