Skip to content

Commit 00c1088

Browse files
authored
Add a docs entry for documenting the current state of platforms support.
Based off pull request #33 by @Ivorforce
1 parent 74eaeea commit 00c1088

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ This project released under the MIT license, see the [license.md](https://github
5858
:maxdepth: 3
5959
6060
usage/installation
61+
usage/platforms
6162
usage/type-conversions
6263
reference/index
6364
```

docs/usage/platforms.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Platforms
2+
3+
The following is godot-python's current state of support for various platforms and architectures:
4+
5+
```{csv-table}
6+
:delim: "|"
7+
:header: "Platform | Architecture | Local Development | Export / Deployment | PyPi Packages / Pip"
8+
9+
🐧️ Linux | x86_64 | ✅ | ✅❔ | 📐
10+
🐧️ Linux | x86_32 | ❌ | ❌ |
11+
🐧️ Linux | arm64 | | |
12+
🐧️ Linux | arm32 | | |
13+
🪟️ Windows | x86_64 | ✅ | ✅❔ | 📐
14+
🪟️ Windows | x86_32 | ❌ | ❌ |
15+
🪟️ Windows | arm64 | | |
16+
🪟️ Windows | arm32 | ❌ | ❌ |
17+
🍎️ macOS | x86_64 | ✅ | ✅❔ | 📐
18+
🍎️ macOS | arm64 | ✅❔ | ✅❔ | 📐
19+
🤖️ Android | x86_64 | | |
20+
🤖️ Android | x86_32 | | |
21+
🤖️ Android | arm64 | | 📐 | 📐❔
22+
🤖️ Android | arm32 | | |
23+
🍏️ iOS | x86_64 | | |
24+
🍏️ iOS | arm64 | | |
25+
🌐️ Web | wasm64 | | ❔ |
26+
🌐️ Web | wasm32 | | 📐 | 📐❔
27+
```
28+
29+
```{csv-table} Key
30+
:delim: "-"
31+
32+
✅ - Supported
33+
✅❔ - Support implemented or intended but may need testing
34+
📐 - Support planned or in progress
35+
📐❔ - Unsure if support is possible or will be implemented
36+
❌ - No support planned or support not possible for platform
37+
```

0 commit comments

Comments
 (0)