summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-04-26 06:10:01 +0200
committerMitya Selivanov <automainint@guattari.tech>2025-04-26 06:10:01 +0200
commitd62bebba889db9c3b69fa4f9da7a5de6c1b02a9b (patch)
treed31ac4f8c2af1710d6734f91d2f2db8d44b6dc6d
parente1348479d6b841f367d7a395835e31deee0a337d (diff)
downloadreduced_system_layer-d62bebba889db9c3b69fa4f9da7a5de6c1b02a9b.zip
Update docs
-rw-r--r--runtime.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime.c b/runtime.c
index 4549782..bc715c5 100644
--- a/runtime.c
+++ b/runtime.c
@@ -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