Merge branch 'dev/new-ui' of https://github.com/open-goal/launcher into dev/new-ui

This commit is contained in:
tripp 2022-10-03 23:32:41 -04:00
commit 3a416884d9

View file

@ -6,7 +6,7 @@ A launcher for users to install and run the OpenGOAL project with ease
## Preview
![Launcher Preview](./docs//screenshots/launcher.png)
![Launcher Preview](https://user-images.githubusercontent.com/86533397/193725375-a75dbeb0-d9f3-4e14-bf67-d872f89d11c2.png)
## Disclaimer
@ -14,11 +14,12 @@ Users are required to provide their own copy of the ISO file in order to run the
## Features
- [x] Auto Updates
- [x] Automatic Updates
- [x] Windows Support
- [ ] Linux Support
- [ ] Texture Pack Management
- [ ] Controller/Keyboard Remapping (maybe)
- [x] Linux Support
- [ ] Mac Support (TBD -- Not Planned)
- [x] Texture Pack Management
- [ ] Mod Management
## Resources
@ -28,7 +29,7 @@ Users are required to provide their own copy of the ISO file in order to run the
## Development
We are using Tauri to build a native app, but still with simple Web technology. You will need to setup the prerequesites using the instructions here https://tauri.studio/docs/getting-started/prerequisites
We are using Tauri to build a native app, but still with simple Web technology. You will need to setup the prerequesites using the instructions here: https://tauri.studio/docs/getting-started/prerequisites
> Additionally, this presumes your environment has WebView2 (windows) or webkit2 (linux) already available. This is a requirement for end-users as well! Many modern OSes already ship with such a thing, but it's something we'll need to investigate.