Welcome to the weekly development report or what was done in my Open Source projects in the last week.
Roguelike in a sky with steampunk theme (written in Ada)
And surprise, in the stable version another bug emerged from shadows:
That even shouldn't happen. I mean the event, not the crash. :) Unfortunately, this time the fix will need to wait a bit longer. I want to check for more bugs in the next week, but then here will be the next development release. Thus, I think I will check for the bugs for one more week. ;)
And the development version is going forward as always:
The non-POSIX command shell written in Nim
Another week spent mostly on the new shell's theme's system. But seems like almost all the main work is done here:
theme show
. It now also shows information when a color had a different setting than the default one.theme edit
to allow editing the shell's theme's colors.theme reset
to reset the shell's theme's colors, all or the selected one, to their default values.The Nim binging to Nuklear GUI library
Again, almost the copy and paste from the previous week. ;) The work on the higher level of binding continued this week. Several low level bindings were replaced by high level ones. Also, the demo program was updated to the new version of the binding. Plus some old bindings are updated to the new style.