diff --git a/website/docs/community/showcase/warmine.mdx b/website/docs/community/showcase/warmine.mdx new file mode 100644 index 000000000..46b10b5b1 --- /dev/null +++ b/website/docs/community/showcase/warmine.mdx @@ -0,0 +1,19 @@ +# Minecraft launcher for WarMine + +```mdx-code-block +

+ + +
+

+``` + +[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. diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 0695d04a0..1194a3fae 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -35,11 +35,14 @@ function HomepageHeader() {
- +
+
+ +
diff --git a/website/static/img/showcase/warmine1.png b/website/static/img/showcase/warmine1.png new file mode 100644 index 000000000..7cea07678 Binary files /dev/null and b/website/static/img/showcase/warmine1.png differ diff --git a/website/static/img/showcase/warmine2.png b/website/static/img/showcase/warmine2.png new file mode 100644 index 000000000..188e0cf08 Binary files /dev/null and b/website/static/img/showcase/warmine2.png differ