diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-05-24 07:22:59 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-05-24 07:23:15 -0400 |
commit | eb5588476a6ee10b6e57632539012143a160aa87 (patch) | |
tree | 05022fa30ba41522dddba13509ecc144b3dd710c /TODO.org | |
parent | f92d81ad2d3bf090124cbb3424d903766fd413f5 (diff) |
todo: Mark window resize hook item as done.
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |