diff options
-rw-r--r-- | TODO.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -125,6 +125,17 @@ Provide a set of common graphical widgets such as buttons, scroll bars, and sliders. +** TODO REPL + Provide a REPL that plays nice with the game loop. Easier said than + done. + + - [X] Modify Guile's REPL to work with the game loop + - Short-term solution that *mostly* works + - [ ] Write a new REPL that runs in the current thread + - Use coroutines + - Read user input from a separate thread so as to not block the + main thread + ** TODO 0.1 Release An official 0.1 alpha release with basic, minimal functionality will provide a good place for people other than me to try out |