Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/appsinacup/godot-rapier-2d

Godot Rapier 2D – C++ Godot GDExtension that integrates the Rapier 2D physics engine
https://github.com/appsinacup/godot-rapier-2d

godot godot-engine godot4 godotengine rapier rapier2d

Last synced: 3 months ago
JSON representation

Godot Rapier 2D – C++ Godot GDExtension that integrates the Rapier 2D physics engine

Lists

README

        






Godot Rapier2D Build







Chat on Discord

A 2d [rapier](https://github.com/dimforge/rapier) physics server for [Godot Engine v4.2](https://github.com/godotengine/godot), implemented as a GDExtension.

# Features

- Parallel support (for non enhnanced determinism builds)
- Single and Double float precision build.
- SIMD (Single instruction, multiple data) build.
- Cross-platform determinism build.



# Limitations

- SeparationRay2D missing [issues/5](https://github.com/appsinacup/godot-rapier-2d/issues/5)
- Web exports not working [issues/23](https://github.com/appsinacup/godot-rapier-2d/issues/23)
- Cross platform determinism isn't working [issues/47](https://github.com/appsinacup/godot-rapier-2d/issues/47)

# Supported Platforms

- Windows (x86_64, x86_32)
- macOS (x86-64 + arm64 Universal)
- Linux (x86_64)
- Android (x86_64, arm64)
- iOS (arm64)
- Web (wasm32)

# Installation

- Automatic (Recommended): Download the plugin from the official [Godot Asset Store](https://godotengine.org/asset-library/asset/2267) using the `AssetLib` tab in Godot.

- Manual: Download the github release and move only the `addons` folder into your project `addons` folder.

- Build it yourself. Read more about it in the [documentation](DOCUMENTATION.md).

After installing, go to `Advanced Settings` -> `Physics` -> `2D`. Change `Physics Engine` to `Rapier2D`.

# Contribute

If you want to contribute, view [CONTRIBUTE.md](CONTRIBUTE.md) for more info.

# [Discord](https://discord.gg/56dMud8HYn)

A vibrant community for discussion, user support and showcases.