summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-06-23 09:15:02 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-06-23 09:15:02 +0200
commit3ece7980f5ecb5a51987611f91892ec0a5a214bc (patch)
treefe2bf765a8ccaae8cf25170259f8a563f4915fde
parentfb9428b248410fe5cdebb3754e91493fbf3e828a (diff)
downloadkit-3ece7980f5ecb5a51987611f91892ec0a5a214bc.zip
Add TODO
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..8e5a4d7
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,12 @@
+# kit To-Do
+- Build system
+- Allocators
+ - Memory pool
+ - Memory stack
+ - Bump
+- System
+ - Terminal
+ - File and memory mapping
+ - Inter-process transfer
+ - Sockets wrapper
+ - SDL boilerplate