diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-26 06:10:01 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-26 06:10:01 +0200 |
commit | d62bebba889db9c3b69fa4f9da7a5de6c1b02a9b (patch) | |
tree | d31ac4f8c2af1710d6734f91d2f2db8d44b6dc6d | |
parent | e1348479d6b841f367d7a395835e31deee0a337d (diff) | |
download | reduced_system_layer-d62bebba889db9c3b69fa4f9da7a5de6c1b02a9b.zip |
Update docs
-rw-r--r-- | runtime.c | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -44,11 +44,8 @@ // To-Do list // // - Work in progress -// - Examples -// - Conway's Game of Life -// - Julia Set -// - Chat // - Graphics +// - Stencil buffer // - Custom fonts - integrate stb_truetype.h // - UI // - Icons @@ -62,6 +59,8 @@ // - ALSA // - Sockets // - Windows +// - System +// - Win32 window // - Cross-platform networking - UDP + TCP + WebSocket // Requires: // - [ ] Sockets - UDP, TCP @@ -72,6 +71,10 @@ // - [ ] Cipher suite - TLS_AES_128_GCM_SHA256 // - [ ] TLS // - [ ] Web sockets over TLS +// - Examples +// - Conway's Game of Life +// - Julia Set +// - Chat // - Long term // - Utility // - Improve microbenchmarks library |