From 28dd97666f1a8c11c23e4727f75593f7fd360c15 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 23 Nov 2022 10:49:13 -0500 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cda05813f..96c2ae947 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ -## Metaforce -#### Formerly known as URDE +## Metaforce [![Build Status]][actions] [![Discord Badge]][discord] -**Status:** Metroid Prime 1 In-Game (all retail GC & Wii versions) +[Build Status]: https://github.com/AxioDL/metaforce/actions/workflows/build.yml/badge.svg +[actions]: https://github.com/AxioDL/metaforce/actions +[Discord Badge]: https://dcbadge.vercel.app/api/server/AMBVFuf?style=flat +[discord]: https://discord.gg/AMBVFuf -**Official Discord Channel:** https://discord.gg/AMBVFuf +A reverse-engineered, native reimplementation of Metroid Prime. -![Metaforce screenshot](assets/metaforce-screen1.png) - - -### Download This project is currently in **alpha** state. Builds are currently unavailable while the project undergoes large changes. +Separately, a [matching decompilation](https://github.com/PrimeDecomp/prime) of Metroid Prime is currently underway. Contributions are welcome. +Progress on the decompilation benefits Metaforce with bug fixes and new implementations. + +![Metaforce screenshot](assets/metaforce-screen1.png) + ### Platform Support -* Windows 10 (64-bit, D3D11 / Vulkan) +* Windows 10+ (64-bit, D3D12 / Vulkan / OpenGL) * macOS 10.15+ (Metal) -* Linux (Vulkan) +* Linux (Vulkan / OpenGL) * Follow [this guide](https://github.com/lutris/docs/blob/master/InstallingDrivers.md) to set up Vulkan & appropriate drivers for your distro. ### Usage