mirror of https://github.com/AxioDL/metaforce.git
Update README.md
This commit is contained in:
parent
a6fc564ff6
commit
28dd97666f
23
README.md
23
README.md
|
@ -1,21 +1,24 @@
|
||||||
## Metaforce
|
## Metaforce [![Build Status]][actions] [![Discord Badge]][discord]
|
||||||
#### Formerly known as URDE
|
|
||||||
|
|
||||||
**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.
|
This project is currently in **alpha** state.
|
||||||
Builds are currently unavailable while the project undergoes large changes.
|
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
|
### Platform Support
|
||||||
* Windows 10 (64-bit, D3D11 / Vulkan)
|
* Windows 10+ (64-bit, D3D12 / Vulkan / OpenGL)
|
||||||
* macOS 10.15+ (Metal)
|
* 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.
|
* Follow [this guide](https://github.com/lutris/docs/blob/master/InstallingDrivers.md) to set up Vulkan & appropriate drivers for your distro.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
Loading…
Reference in New Issue