diff options
-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 |