mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
Update README.md
This commit is contained in:
@@ -1,32 +1,42 @@
|
||||
# Aurora
|
||||
<div align="center">
|
||||
<img src="assets/aurora.png" alt="Logo" width="640">
|
||||
</div>
|
||||
|
||||
Aurora is a source-level GameCube & Wii compatibility layer intended for use with game reverse engineering projects.
|
||||
Aurora is a source-level GameCube & Wii compatibility layer intended for use with game decompilation projects.
|
||||
|
||||
Originally developed for use in [Metaforce](https://github.com/AxioDL/metaforce), a Metroid Prime reverse engineering
|
||||
project.
|
||||
Originally developed for use in [Metaforce](https://github.com/AxioDL/metaforce), a Metroid Prime reverse engineering project.
|
||||
It now powers several completed source ports, including [Dusk](https://github.com/TwilitRealm/dusk).
|
||||
|
||||
### Features
|
||||
|
||||
- Application layer using SDL3
|
||||
- Runs on Windows, Linux, macOS, iOS, tvOS, Android
|
||||
- GX compatibility layer
|
||||
- Graphics API support: D3D12, Vulkan, Metal
|
||||
- Application layer using SDL
|
||||
- Runs on Windows, Linux, macOS, iOS, tvOS, Android
|
||||
- Audio support with SDL_audio
|
||||
- Graphics API support: D3D12, Vulkan, Metal
|
||||
- Highly accurate and performant GX implementation
|
||||
- Robust pipeline cache system with "transferable" cache support for releases
|
||||
- Dolphin-compatible texture pack support
|
||||
- Widescreen & resolution scaling support
|
||||
- Custom APIs for offscreen rendering
|
||||
- PAD compatibility layer
|
||||
- Utilizes SDL_GameController for wide controller support, including GameCube controllers.
|
||||
- *Planned: Wii remote support*
|
||||
- [Dear ImGui](https://github.com/ocornut/imgui) built-in for UI
|
||||
- Utilizes `SDL_Gamepad` for wide controller support, including GameCube controller adapters
|
||||
- Automatically saves and loads controller bindings and port mappings
|
||||
- Gyro & mouse support
|
||||
- DVD compatibility layer
|
||||
- Utilizes [nod](https://github.com/encounter/nod) to support all GameCube/Wii disc image types, including RVZ
|
||||
- CARD compatibility layer
|
||||
- Full compatibility with Dolphin `.gci` and `.raw` for game saves
|
||||
- [Dear ImGui](https://github.com/ocornut/imgui) built-in for simple debug UIs
|
||||
- [RmlUi](https://github.com/mikke89/RmlUi) built-in for full-fledged HTML/CSS-based UIs
|
||||
|
||||
### GX
|
||||
### Graphics
|
||||
|
||||
The GX compatibility layer is built on top of [WebGPU](https://www.w3.org/TR/webgpu/), a cross-platform graphics API
|
||||
abstraction layer. WebGPU allows targeting all major platforms simultaneously with minimal overhead.
|
||||
abstraction layer. WebGPU allows targeting all major platforms simultaneously with minimal overhead. The WebGPU
|
||||
implementation used is Chromium's [Dawn](https://dawn.googlesource.com/dawn/).
|
||||
|
||||
Currently, the WebGPU implementation used is Chromium's [Dawn](https://dawn.googlesource.com/dawn/).
|
||||

|
||||
|
||||
See [GX API support](GX.md) for more information.
|
||||
### License
|
||||
|
||||
### PAD
|
||||
|
||||
The PAD compatibility layer utilizes SDL_GameController to automatically support & provide mappings for hundreds of
|
||||
controllers across all platforms.
|
||||
Aurora is licensed under the [MIT License](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user