PlayRho icon indicating copy to clipboard operation
PlayRho copied to clipboard

An interactive physics engine & library.

Results 42 PlayRho issues
Sort by recently updated
recently updated
newest added

The file created during export of targets should be included in config file, otherwise it's completely useless. Currently, a downstream project can't link imported target `PlayRho` (or `PlayRho_shared`) after a...

Enhancement
CMake

### Expected/Desired Behavior or Experience: When learning how to use PlayRho, I would expect to not become trapped by finding functions that are unusable. It is confusing and takes time...

Enhancement

I just discovered this project through LiquidFun. It seems to me a necessary initiative. Thank you for undertaking it and lots of encouragement! I would like to know how the...

Enhancement
Help Wanted
Library

Hey @louis-langholtz , i have a problem with spurious hiccups in rotation when the angle goes from/to +PI / -PI. Wrote a GravityJoint, which pulls bodies together. Now i want...

Bug
Library

### Expected/Desired Behavior or Experience: Testbed uses Apple's Metal on supporting platforms. ### Actual Behavior: Only OpenGL is currently supported. ### Related Info: - https://en.wikipedia.org/wiki/Metal_(API) - https://www.raywenderlich.com/9211-moving-from-opengl-to-metal

Enhancement
macOS
Testbed

### Expected/Desired Behavior or Experience: Testbed uses the Vulkan graphics API on supporting platforms. ### Actual Behavior: Only OpenGL is currently supported. ### Related Info: - https://en.wikipedia.org/wiki/Vulkan_(API) - [Testbed doesn't...

Enhancement
Windows
Testbed

Currently the unit vector type is only available for 2 dimensions as `::playrho::d2::UnitVec`. This issue is to generalize the unit vector type to N dimensions.

Enhancement
Library

### Expected/Desired Behavior or Experience: PlayRho fully supports being used as a dynamic link library (DLL). There are DLL export/import macros defined in a common include file and these are...

Enhancement

Make a port of `PlayRho` for the [`vcpkg`](https://github.com/microsoft/vcpkg) C++ library manager. This will probably look similar to [the port for `box2d`](https://github.com/microsoft/vcpkg/tree/master/ports/box2d).

Enhancement
Help Wanted

### Expected/Desired Behavior or Experience: The style of the [API documentation](https://louis-langholtz.github.io/PlayRho/API/index.html) is consistent with the markdown/web style at the [IO web pages](https://louis-langholtz.github.io/PlayRho/). ### Actual Behavior: The style of the API...

Docs