diff options
-rw-r--r-- | TODO.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,8 @@ * Tasks +** TODO [#A] Mention (chickadee-user) module in 'chickadee play' docs +When you connect to the REPL server, it's in (guile-user) but there's +nothing telling the user to switch to the right default place. Can we +make the REPL automatically go to the right module? ** TODO [#A] Remove allocations in hot code paths - [ ] hash-for-each causes closure allocation in at least the shader, text, and audio modules @@ -81,6 +85,7 @@ Not sure how to fix right now but the bounding boxes are too small because they only account for the points within a path, not the thickness of the line, the length of the miters in a polyline, or the end caps. +** TODO [#C] Shader cache in ~/.cache/chickadee? ** TODO [#C] Switch from OpenAL to custom Scheme mixer I've decided that OpenAL is too high level to be a library that Chickadee should rely upon, since part of the goal of Chickadee is to |