mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:51:44 +08:00
Add Warmine to showcase
This commit is contained in:
parent
c3011813b0
commit
6e3b4cf1a1
19
website/docs/community/showcase/warmine.mdx
Normal file
19
website/docs/community/showcase/warmine.mdx
Normal 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.
|
@ -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>
|
||||
|
BIN
website/static/img/showcase/warmine1.png
Normal file
BIN
website/static/img/showcase/warmine1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
website/static/img/showcase/warmine2.png
Normal file
BIN
website/static/img/showcase/warmine2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Loading…
Reference in New Issue
Block a user