Louis Langholtz
Louis Langholtz
This is a write-up for a feature that I've fleshed out and implemented so far for iOS: support for shake motion events. No idea if any other platforms have a...
As MelvMay pointed out in issue #428 , some shape-shape type collisions with corners don't generate circles typed manifolds. This becomes more of a problem for those shapes that don't...
### 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
### 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...
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.
### 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...
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).
### 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...
### Expected/Desired Behavior or Experience: There's a markdown document providing comparisons to other interactive - i.e. real-time-oriented - physics engines. ### Actual Behavior: No such document(s) exist.
### Expected/Desired Behavior or Experience: Users don't get confused. ### Actual Behavior: Enabling the display of contact information (contact points, normals, impulses) looks odd given where they appear in a...