Posted June 13, 2020 by thindil
These weeks going definitely too fast :) Another quiet week in the stable version. Probably nobody plays the game, because I don't believe that there are no bugs to report :)
The development version on the same way: fun with replacing GTK GUI with Tk GUI continues:
And a lot of code under the hood for handling the whole UI. I think that with time the whole work should be faster. For now it is pretty often creating a "framework" for future additions of UI. Additionally, I decided to try lazy loading UI code: in previous the game version, the whole UI was loaded in one time. Now it only load this part of UI which is needed. This should made a start of new game a bit faster (at least for now it is) plus should reduce a bit memory usage of the game. But we will see how it will works when the whole code will be on its place.