diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-10 07:51:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-10 07:51:49 -0400 |
commit | b4daa495779da4cfc80f00a642648143cbf313b6 (patch) | |
tree | 682c1a0e656df37d12b186d3e4a670ba8731e7c8 /TODO.org | |
parent | d0db8e04dd5cd4466d534d4e2f71439e27b73bee (diff) |
Update TODO.
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 |