LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Move non-UI components to new `Refresher.Core` project, move to NotEnoughLogs #70

Closed jvyden closed 2 weeks ago

jvyden commented 2 weeks ago

This is the first of many changes to bring Refresher up to a better code quality standard. I want to move all of our logic away from the UI, and this is a first good step in that direction. The plan is to have Refresher.Core behave independently from a front-end, and thus make it re-usable and more consistent.

Ideally this allows us to make a better CLI experience and allow us to introduce more front-ends (e.g. an Android app through Xamarin?).