summaryrefslogtreecommitdiff
path: root/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime.c')
-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