Feature List (Updated Nov 2025)
See the tables below to get an idea of what status it is in.
Godot Features
Platforms ✅
| 2D | 3D | Platform |
|---|---|---|
| ✅ | ✅ | Windows (x86_64, x86_32) |
| ✅ | ✅ | macOS (x86-64 + arm64 Universal) |
| ✅ | ✅ | Linux (x86_64) |
| ✅ | ✅ | Android (x86_64, x86_32, arm64) |
| ✅ | ✅ | iOS (arm64) |
| ✅ | ✅ | Web (wasm32) |
Builds ✅
| 2D | 3D | Feature |
|---|---|---|
| ✅ | ✅ | Single Build |
| ✅ | ✅ | Cross Platform Deterministic Build |
| ✅ | ✅ | Parallel SIMD Build |
Double Builds
If you want custom double builds, that is currently not supported. A dependency, salva, used for liquids, doesn't currently support double builds. Will come at a later time.
Collision Objects ✅
| 2D | 3D | CollisionObject |
|---|---|---|
| ✅ | ✅ | Space |
| ✅ | ✅ | RigidBody |
| ✅ | ✅ | StaticBody |
| ✅ | ✅ | CharacterBody |
| N/A | ❌ | SoftBody |
| ✅ | ✅ | Area |
❌ - Not implemented in Rapier Lib
Joints ✅
| 2D | Joint |
|---|---|
| ✅ | Pin Join 2D |
| ✅ | Groove Joint 2D |
| ✅ | Damped Spring Joint 2D |
| 3D | Joint |
|---|---|
| ✅ | Cone Twist Joint 3D |
| ✅ | Generic 6 DOF Joint 3D |
| ✅ | Hinge Joint 3D |
| ✅ | Pin Join 3D |
| ✅ | Slider Joint 3D |
Shapes ✅
| 2D | 3D | Shape |
|---|---|---|
| ✅ | ✅ | World Boundary Shape |
| ✅ | N/A | Segment Shape |
| ⌛ | ⌛ | Separation Ray Shape |
| ✅ | ✅ | Circle/Sphere Shape |