7th January 2024 at 16:46

A minimal progress bar for day 7 of genuary. The real progress was that this is made with the OCaml SDL2 bindings rather than what I’ve done to date which is using the X11 based OCaml Graphics library. At some point I want to move my little fantasy console library over to SDL to remove the X11 dependancy on non-linux platforms, and SDL feels like the best bet, but I’ve never used it before.

My thanks to @patricoferris who helped me wrangle the stacked optional results for this, and to TôBach for the suggestion to make it spring a leak :)