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

GUI: Add buildings list #36

Closed ryanjjung closed 5 months ago

ryanjjung commented 6 months ago

It should filter out options unavailable due to tier/upgrade not being far enough along. It should use images from the wiki to display the list. Use a Gtk.IconView.

ryanjjung commented 5 months ago

Breaking this down into a second ticket. The basic filtering for availability is there, and the UI looks good. Will add additional filters next.

ryanjjung commented 5 months ago

PR #37