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:
- Download the project's source
- Copy SDL2, Freetype, and GLEW includes and libraries to the sdl/ folder
- Put the DLLs at the root
- 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 :)