diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |