poiuyqwert / PyMS

Broodwar Modding Suite
48 stars 19 forks source link

Separate GUI from CHK/Broodwar APIs into 2 separate repos. #125

Open sethmachine opened 5 years ago

sethmachine commented 5 years ago

Create a separate repo/library that handles parsing the CHK format (and other data formats), rather than having a repo for both the GUI and CHK format handling.

This would be great because then any new project could simply pull the CHK library down (which looks very useful, thank you!!) rather than having to deal with the GUI parts and any other related artifacts.