5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00

Add Warmine to showcase

This commit is contained in:
Lea Anthony 2023-01-08 11:09:18 +11:00
parent c3011813b0
commit 6e3b4cf1a1
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
4 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
# Minecraft launcher for WarMine
```mdx-code-block
<p style={{ "text-align": "center" }}>
<img
src={require("@site/static/img/showcase/warmine1.png").default}
/>
<img
src={require("@site/static/img/showcase/warmine2.png").default}
/>
<br />
</p>
```
[Minecraft launcher for WarMine](https://warmine.ru/) is a Wails application, that allows you to easily join modded game servers and manage your game accounts.
The Launcher downloads the game files, checks their integrity and launches the game with a wide range of customization options for the launch arguments from the backend.
Frontend is written in Svelte, whole launcher fits in 9MB and supports Windows 7-11.

View File

@ -35,11 +35,14 @@ function HomepageHeader() {
<img src={useBaseUrl("/img/showcase/mac-app.png")}/>
</div>
<div className="slide-item-box">
<img src={useBaseUrl("/img/showcase/ytd.webp")}/>
<img src={useBaseUrl("/img/showcase/warmine1.png")}/>
</div>
<div className="slide-item-box">
<img src={useBaseUrl("/img/showcase/varly2.webp")}/>
</div>
<div className="slide-item-box">
<img src={useBaseUrl("/img/showcase/ytd.webp")}/>
</div>
<div className="slide-item-box">
<img src={useBaseUrl("/img/showcase/wombat.webp")}/>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB