Weekly development report 2023-05-20

Welcome to the weekly development report or what was done in my Open Source projects in the last week.

Steam Sky

Roguelike in a sky with steampunk theme (written in Ada)

Another quiet week in the stable version. I'm pretty sure soon something will appear here. :)

In the development version, the work on the player's ship's module's info dialog slowly going to the end. Unfortunately, still nothing to show in this week. Also, some other changes are made:

Nimalyzer

The static code analyzer for Nim programming language

The work on the new type of rules, continues. Looks like at the moment, most rules will not have option to automatically fix the checked code. But work on the rest of them required some changes to the previous code related to the new type of rules. But here also some other changes to the project:

Nuklear Nim

The thin Nim binging to Nuklear GUI library

That's the new thing here. I added it, because I need that thing for another, not announced yet project(s). It is very simple and very low level binding, but should be useable. At the moment it has support for two backends: Xlib and SDL2. As usual, it is also mirrored on GitHub. The work on the project will be very irregular, thus don't expect too much information about the project soon. ;)

Back