GUI for WinDurango, which allows you to install the compatibility layer into packages, as well as manage mods and saves. (+ more coming later probs)
You can get the latest builds from GitHub Actions.
For building you'll need Visual Studio 2022 with the following:
- .NET desktop development
- Windows application development
- Patching
- Allow for package removal from UI instead of just completely uninstalling.
- Installation options
- Save Manager
- Mod Manager
- Scan for already installed EraOS/XUWP stuff
- Allow for any existing installed package to be added to the applist
- Built in updater
- Controller support
- Setup program (maybe MSIX?)
- Fitting place for extra xbox-specific info
- Resize content to fit to screen
- Allow for search
- Make the applist not go offscreen (lol)
- Fix UI load speed when loading a lot of packages on startup
- Applist scrolling
- Fix icon in the titlebar
- Repo contributors on the about screen
- Get Fluent Thin working
- Use InfoBar for many progress related things (such as registering package, etc)
- Add versioning to the InstalledPackages json (as in versioning the JSON file itself)
- Make the Package stuff not rely on UI so much, handle that somewhere else.
- Fix crash when installation errors
- Cleanup, lots and lots of it.