diff --git a/docs/index.md b/docs/index.md index 740f621..ea8f60e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,6 +58,7 @@ This project released under the MIT license, see the [license.md](https://github :maxdepth: 3 usage/installation +usage/platforms usage/type-conversions reference/index ``` diff --git a/docs/usage/platforms.md b/docs/usage/platforms.md new file mode 100644 index 0000000..42b521f --- /dev/null +++ b/docs/usage/platforms.md @@ -0,0 +1,16 @@ +# Platforms + +The following is Godot-Python's current state of support for various platforms and architectures: + +| | Local Installation | Export | PyPi Packages / Pip | +|------------------|--------------------|-------------|---------------------| +| Windows (x86_64) | Supported. | Not Tested. | Planned. | +| Windows (arm64) | Planned. | Planned. | Planned. | +| Linux (x86_64) | Supported. | Not Tested. | Planned. | +| Linux (arm64) | Planned. | Planned. | Planned. | +| Linux (rv64) | Planned. | Planned. | Planned. | +| Android (arm64) | Planned. | Planned. | Planned. | +| macOS (x86_64) | Supported. | Not Tested. | Planned. | +| macOS (arm64) | Supported. | Not Tested. | Planned. | +| iOS (arm64) | Planned. | Planned. | Planned. | +| Web (wasm32) | Planned. | Planned. | Planned. |