Donnerstag, 26. September 2024

GaiaPyCreator: Display tilesets and tilemaps

 GaiaPyCreator is making good progress, Recently I added functionality to display tilesets and tilemaps.

Here you can see tileset display (MacOS):

And here you can see tile map display (Windows):



In general, the conversion from .net based GaiaTheCreator to python is going very well and quicker than expected :)

The next are which is converted will be the maps.

Montag, 27. Mai 2024

GaiaPyCreator: Current progress

The migration of the existing GaiaTheCreator application to a python GUI application is working well.

These features are currently implemented:

- Load project, store ROM data in porject file. Therefore there is only oen project file which contains the whole data

- Display item data: Name, Description, Find Message and "Is Removable" flag. This data is directly loaded from the ROM so the whole text conversion routines are already working.


 

In general, it's quite easy to convert the existing logic from the existing GaiaTheCreator application to Python so I'm optimistic to make good progress in the next weeks.