summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-06-04 10:49:08 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-06-04 10:49:08 -0400
commit57c2b94db6d3b201a601d2e3d69900f8725393eb (patch)
tree715639268d56eaf8a5cd1a4fdd95931fdede73ea
parente95543c35a04179215e8a79dd6e7fe4da515cef7 (diff)
Add TODO items.
-rw-r--r--TODO.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index f2232a8..c01358f 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,10 @@
* TODO
+** TODO [#A] bug: redefining a node-2d class causes 'origin' method error
+** TODO [#A] bug: redefining a mode class drops all input bindings
+** TODO [#B] Add delegates to <particles> for adding/removing emitters
+** TODO [#B] Add auto-resize method
+It would be handy for things like =<canvas>= nodes to just ask it to
+resize based on its own internal default sizing strategy.
** TODO [#B] optionally clip rendering to node's bounding box
This will require writing to the stencil buffer.
** TODO [#B] more GUI widgets