From d05d3ea6d61b072dd8d5ff21aea948701defba71 Mon Sep 17 00:00:00 2001 From: Jason Liang Date: Wed, 29 Nov 2023 01:31:52 -0800 Subject: [PATCH] musings --- musings.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/musings.md b/musings.md index 0a84c3a..4bb5064 100644 --- a/musings.md +++ b/musings.md @@ -8,9 +8,10 @@ Some random text. - If compiled online, how in the name of heck would I do this? Just write multiple versions per backend? - If compiled offline, just use `sokol-shdc`? But how would uniforms work? -- Networking - - HTTP? UDP with enet? LuaSocket? -- MobDebug (requires LuaSocket) +- Async file loading + - Promises? Threads/channels? Callbacks? A combination of the three? +- Android support +- Add debugger breakpoints on error. Is it even possible? ## `defer` and RAII