momentum-mod / lumper

BSP lump editor and review tool
MIT License
20 stars 13 forks source link

UI unresponsive during load #21

Open BIRD311 opened 1 year ago

BIRD311 commented 1 year ago

Loading a file freezes the windows until it finishes. BSP loading needs to be called asynchronously. Probably using async and await in BspFile.Load() or wherever the BspFileReader is called from. A progress bar would also be nice.