Open Ivorforce opened 3 weeks ago
What do you think about this presentation? Hoping to have it easy to read.
The following is Godot-Python's current state of support for various platforms and architectures:
Local Installation | Export | PyPi Packages / Pip | |
---|---|---|---|
Linux (x86_64) | ✅ | ✅❔ | 📐 |
Linux (x86_32) | ❌ | ❌ | |
Linux (arm64) | |||
Linux (arm32) | |||
Windows (x86_64) | ✅ | ✅❔ | 📐 |
Windows (x86_32) | ❌ | ❌ | |
Windows (arm64) | |||
Windows (arm32) | ❌ | ❌ | |
macOS (x86_64) | ✅ | ✅❔ | 📐 |
macOS (arm64) | ✅❔ | ✅❔ | 📐 |
Android (x86_64) | |||
Android (x86_32) | |||
Android (arm64) | 📐 | 📐❔ | |
Android (arm32) | |||
iOS (x86_64) | |||
iOS (arm64) | |||
Web (wasm64) | ❔ | ||
Web (wasm32) | 📐 | 📐❔ |
I think it will need a different location within the docs, maybe under a new section, but I'm not sure how to organize it yet.
Closes #22.