Documentation: ports: clarify support for some merged but not tested ports. Add Dreamcast port repository by @maximqaxd
This commit is contained in:
parent
e8c1fc958f
commit
3ef4acecb5
1 changed files with 18 additions and 13 deletions
|
@ -1,15 +1,15 @@
|
||||||
Xash3D FWGS is intended to be easily ported to specific platform, however main issue is maintaining such ports.
|
Xash3D FWGS is intended to be easily portable for various platforms, however main issue is maintaining such ports.
|
||||||
|
|
||||||
This page is about merged ports to main source tree and responsible for it developers.
|
This page is about merged ports to main source tree and responsible for it developers.
|
||||||
|
|
||||||
For porting guidelines, look engine-porting-guide.md.
|
For porting guidelines, read engine-porting-guide.md.
|
||||||
|
|
||||||
Status:
|
Status:
|
||||||
* **Supported**: active, was confirmed to be fully functional.
|
* **Supported**: active, confirmed to be fully functional, gets built on CI.
|
||||||
|
* **Orphaned**: some work was done but not finished or actively tested due to lack of human resources.
|
||||||
* **In progress**: active, under development.
|
* **In progress**: active, under development.
|
||||||
* **Old Engine**: port was for old engine fork
|
* **Old Engine**: port was for old engine fork.
|
||||||
* **Not maintained**: lack of human resources
|
* **Deprecated**: not supported anymore.
|
||||||
* **Deprecated**: not supported anymore
|
|
||||||
|
|
||||||
Table is sorted by status and platform.
|
Table is sorted by status and platform.
|
||||||
|
|
||||||
|
@ -17,17 +17,22 @@ Table is sorted by status and platform.
|
||||||
| -------- | ------ | ---------- | ----
|
| -------- | ------ | ---------- | ----
|
||||||
| Android | Supported | @Velaron |
|
| Android | Supported | @Velaron |
|
||||||
| *BSD | Supported | @nekonomicon |
|
| *BSD | Supported | @nekonomicon |
|
||||||
| DOS4GW | Supported | @mittorn |
|
|
||||||
| GNU/Linux | Supported | @a1batross, @mittorn |
|
| GNU/Linux | Supported | @a1batross, @mittorn |
|
||||||
| Haiku | Supported | not maintained | Was added by #478 and #483
|
|
||||||
| macOS | Supported | @sofakng |
|
| macOS | Supported | @sofakng |
|
||||||
| MotoMAGX | Supported | @a1batross |
|
|
||||||
| PSVita | Supported | @fgsfdsfgs |
|
| PSVita | Supported | @fgsfdsfgs |
|
||||||
| Switch | Supported | @fgsfdsfgs |
|
| Switch | Supported | @fgsfdsfgs |
|
||||||
| Windows | Supported | @a1batross, @SNMetamorph |
|
| Windows | Supported | @a1batross, @SNMetamorph |
|
||||||
|
| DOS4GW | Orphaned | N/A | Haven't been confirmed to work for a very long time
|
||||||
|
| Haiku | Orphaned | N/A | Was added by #478 and #483
|
||||||
|
| IRIX | Orphaned | N/A | Undone, compiles but requires big endian port
|
||||||
|
| MotoMAGX | Orphaned | N/A | Should work but the compiler used for this platform is very unstable and easy to crash (it's GCC 3.4)
|
||||||
|
| SerenityOS | Orphaned | N/A | Works but not throughly tested
|
||||||
|
| Solaris | Orphaned | N/A | Works but not throughly tested
|
||||||
|
| WebAssembly System Interface | Orphaned | N/A | Undone, WASI is missing a lot of APIs we want to use
|
||||||
|
| Dreamcast | In progress | @maximqaxd | [GitHub Repository](https://github.com/maximqaxd/xash3d-fwgs_dc/)
|
||||||
| PSP | In progress | @Crow_bar, @Velaron | [GitHub Repository](https://github.com/Crow-bar/xash3d-fwgs)
|
| PSP | In progress | @Crow_bar, @Velaron | [GitHub Repository](https://github.com/Crow-bar/xash3d-fwgs)
|
||||||
| Wii | In progress | Collaborative effort | [GitHub Repository](https://github.com/saucesaft/xash3d-wii)
|
| Wii | In progress | Collaborative effort | [GitHub Repository](https://github.com/saucesaft/xash3d-wii)
|
||||||
| Emscripten | Old Engine | not maintained |
|
| Emscripten | Old Engine | N/A |
|
||||||
| 3DS | Old Engine fork | not maintained | [GitHub Repository](https://github.com/masterfeizz/Xash3DS)
|
| 3DS | Old Engine fork | N/A | [GitHub Repository](https://github.com/masterfeizz/Xash3DS)
|
||||||
| Oculus Quest | Old Engine fork | @DrBeef | [GitHub Repository](https://github.com/DrBeef/Lambda1VR)
|
| Oculus Quest | Old Engine fork | N/A | [GitHub Repository](https://github.com/DrBeef/Lambda1VR)
|
||||||
| iOS | Deprecated | not maintained | See GitHub issue #61
|
| iOS | Deprecated | N/A | See GitHub issue #61
|
||||||
|
|
Loading…
Add table
Reference in a new issue