ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Load buildings with images and basic availability filter #37

Closed ryanjjung closed 3 months ago

ryanjjung commented 3 months ago

The availability selectors along the top now determine what buildings are listed in the left pane. The images used here are under copyright, so instead of storing them in this repo, we have a script called collect_images.py that pulls them from the wiki. If they are present, the images appear with the building names.

Screenshot-20240413071012-1948x1146

This also includes a number of bug fixes and improvements to the way the UI is constructed and updated. There is also some new debug logging that has been helpful in detecting bugs and inefficiencies.