summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-04-10 07:51:49 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-04-10 07:51:49 -0400
commitb4daa495779da4cfc80f00a642648143cbf313b6 (patch)
tree682c1a0e656df37d12b186d3e4a670ba8731e7c8
parentd0db8e04dd5cd4466d534d4e2f71439e27b73bee (diff)
Update TODO.
-rw-r--r--TODO.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 8edf533..f675972 100644
--- a/TODO.org
+++ b/TODO.org
@@ -43,7 +43,10 @@ Goals:
Figure out how to get back to using Guile's built-in REPL for
=chickadee play= so the custom can go away. Readline is hard to make
work in an async manner.
-** TODO [#B] Framebuffer stencil issues
+** TODO [#B] REPL meta-command for rendering to an image file
+=,render-image= or something. Use a throwaway framebuffer to render
+arbitrary stuff to a texture and then save it as a PNG.
+** TODO [#B] Bug: Framebuffer stencil issues
Render a vector path to a framebuffer and you'll notice that the first
filled path doesn't show up. Why is this??
** TODO [#B] Framebuffer multisampling