Over the last months I haven't added many new features. It's mostly been rewriting and improving existing code.

Primarily, there's a new memory manager, and the GUI's been simplified.
However, there are two new features I want to show off.

Blackjack

I added a small Blackjack game to the OS.



SDL backend

The GUI can now run with a very-much-work-in-progress SDL backend on Windows.



If you want to try it out:
  1. Download the project's source
  2. Copy SDL2, Freetype, and GLEW includes and libraries to the sdl/ folder
  3. Put the DLLs at the root
  4. Run build.bat from a VS command prompt


Your sdl/ folder should contain the following files:



Thanks for reading!
Hopefully there will be some more interesting news next month :)