dimforge / dimforge/rapier

Support top-down 2-D movement in character controller

Open
#449 3 comments 1 reaction 0 assignees View on GitHub
2D 3D A-Dynamics C-Enhancement D-Difficult P-Medium
Dominant language
Rust
Stars
5.7k
Forks
387
Avg merge
4d 23h
Merged PRs (30d)
6

Description

I'd like to set up a character controller for a top-down 2-D game. There would be no up vector. The controller would focus on maintaining separation between the character and walls, and possibly sliding along wall angles.

I'm not immediately sure how the existing support could be made to work with this. If I wanted a character to slide along walls, it seems like I could fake it in some circumstances. But then the character might get stuck if attempting to slide along a wall perpendicular to the unused up vector, resulting in slides in some situations but not others. Maybe that's inaccurate but it seems like it'd be true.

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.