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

Build factory visualization and editor #60

Closed ryanjjung closed 5 months ago

ryanjjung commented 5 months ago

Build out the ability to view and manipulate a factory in the main factory designer window panel. This issue will probably get broken up into multiple after some discovery is done.

ryanjjung commented 5 months ago

GTK Snapshot library is here: https://docs.gtk.org/gtk4/class.Snapshot.html

Some basic tutorial info is here: https://github.com/Taiko2k/GTK4PythonTutorial?tab=readme-ov-file#custom-drawing-with-snapshot

ryanjjung commented 5 months ago

Closing this in favor of several new issues which break this down into smaller chunks.