summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-12 16:21:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-12 16:21:29 +0200
commitd403ce66efb9b1150d103bc3b15eeaad312553a8 (patch)
treea824b6ebb995b7a6794efa7f10060bf9ae74e066 /TODO
parent3466546567bb2a4014c221523bbb04c1860916f5 (diff)
downloadkit-d403ce66efb9b1150d103bc3b15eeaad312553a8.zip
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 12 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3011831..a9017da 100644
--- a/TODO
+++ b/TODO
@@ -7,17 +7,24 @@ To-Do
- Memory pool
- Memory stack
- Bump
+- Data formats
+ - UTF-8.
+ - XML
+ - JSON
+ - unival
- System
+ - Better atomics support.
+ - System call
- Terminal
- File and memory mapping
- Inter-process transfer
+ - Sockets tests.
- Graphics boilerplate
- X11 (Linux)
- Win32 (Windows)
- Cocoa (macOS)
- Emscripten (WebAssembly)
-- String builder.
-- UTF-8.
-- Sockets tests.
-- HTTP 1 client.
-- Better atomics support.
+ - Parsing OpenGL interface
+- Utils
+ - String builder.
+ - HTTP 1 client.