diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-15 15:17:24 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-15 15:17:24 +0200 |
commit | fb6c9ff7f21e46edf8a7d72cc77769966a3f6a05 (patch) | |
tree | 5df26b1b6d478c73c5ebe144fc293cbfe1ec1b83 /TODO | |
parent | 93bf289d04b1f029787f51824fbc42136a8285b0 (diff) | |
download | kit-fb6c9ff7f21e46edf8a7d72cc77769966a3f6a05.zip |
shared_memory: win32 impl
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -8,24 +8,25 @@ To-Do - Memory stack - Bump - Data formats - - UTF-8. + - UTF-8 - XML - JSON - unival - System - - Better atomics support. - - System call + - Better atomics support + - System call, run process - Terminal - File and memory mapping - Inter-process transfer - Sockets tests. - - Graphics boilerplate + - System boilerplate (graphics, audio, input) + - SDL - X11 (Linux) - Win32 (Windows) - Cocoa (macOS) - Emscripten (WebAssembly) - Parsing OpenGL interface - Utils - - parse, print. - - String builder. - - HTTP 1 client. + - parse, print + - String builder + - HTTP 1 client |