PlayRho
PlayRho copied to clipboard
An interactive physics engine & library.
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...
### 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...
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...
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...
### 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...