Godot Rapier Module 2D

October 22, 2025 ยท View on GitHub

In order to build this as a module, clone Godot repo:

git clone https://github.com/godotengine/godot.git

Clone this repo in the modules folder as rapier_2d:

git clone https://github.com/appsinacup/godot-rapier-physics-module-2d.git modules/rapier_2d

Build as normal, eg.:

scons

Working example: Gonuts Repo.