NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Better loader installation dialogs #86

Closed th3w1zard1 closed 5 months ago

th3w1zard1 commented 5 months ago

The toolset freezes for an extended time after the initial 'Loading installation...' dialog finishes. This is because much computation is heavily intertwined with UI code. This pr addresses that by uncoupling the ui logic and executing the other stuff in another loader 'Preparing resources...'.