summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-10-06 19:15:51 -0400
committerBen Culkin <scorpress@gmail.com>2020-10-06 19:15:51 -0400
commitbdc3409184b28e2371c541a3d76b262d3f9f1f8e (patch)
treeeb3caf5c38326c668e4208b9d21129d03ebdb9ef /TODO.txt
parentaa53ec99ef5a4ed95e010172975399e6a756c806 (diff)
Info cleanup
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 0000000..0537ea5
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,8 @@
+@TODO Oct 6th, 2020 - Ben Culkin - :FilePipes
+ Add an ability to write/read pipelines from a file. This will likely
+ involve some fairly serious reconsideration of how stages are configured.
+
+@TODO Oct 6th, 2020 - Ben Culkin - :StageChaining
+ Some better ability to chain stages together without the inefficency
+ of running them one after the other. This won't work great for stages which
+ depend on the context of pixels around, but should work fine for most others. \ No newline at end of file