summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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