Skip to content

Commit

Permalink
Add a docs entry for documenting the current state of platforms support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Oct 28, 2024
1 parent 4b2cc53 commit 2c024c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
16 changes: 16 additions & 0 deletions docs/usage/platforms.md
Original file line number Diff line number Diff line change
@@ -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. |

0 comments on commit 2c024c1

Please sign in to comment.