summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-02 20:59:29 +0200
commit835e1fcd131c63ee2b3b647e327b33a3bfb369e3 (patch)
tree9d6fb42d6296a7bbec4a6ea58358c0fdb5de7e05 /TODO
parent34ba87d8c8cfef5ed249b34bd2d2b7e41a34d2f7 (diff)
downloadkit-835e1fcd131c63ee2b3b647e327b33a3bfb369e3.zip
[Linux] Change build system; Remove CMake
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index 127f597..f4c6115 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,10 @@
To-Do
+- Code
+ - Remove "const"
- Cryptography
- hmac_sha256 https://github.com/h5p9sl/hmac_sha256
- ecdh https://github.com/kokke/tiny-ECDH-c
-- Build system
- - build.c
- - Remove CMake scripts
- Allocators
- Memory pool
- Memory stack
@@ -14,6 +13,10 @@ To-Do
- Terminal
- File and memory mapping
- Inter-process transfer
- - SDL boilerplate
+ - Graphics boilerplate
+ - X11 (Linux)
+ - Win32 (Windows)
+ - Cocoa (macOS)
+ - Emscripten (WebAssembly)
- Add sockets tests