flexw

Results 16 issues of flexw

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

bug
good first issue
os: :apple: macOS
approved
stable-3.1

The key AccessModifierOffset was duplicated in the _clang-format file. This leads to errors.

Support for CMake 3.5 was dropped from recent versions of CMake (4.0.0). At least 3.10 might be required by future versions. CMake 3.10 was released 2017. I think its fair...

On Windows when using CMake and MSVC the binaries end up in a Release folder. To put the binaries in the correct folder running a install step is required. Fixes:...

I believe the indices of the edges here (https://github.com/gszauer/GamePhysicsCookbook/blob/master/Code/Geometry3D.cpp#L2055) are wrong and should be like this: ```C int index[][2] = { // Indices of edges {6, 1}, {6, 2}, {5,...

The codebase uses in several places the inverse inertia tensor. That tensor is in local space. The integration and impulse steps assume that angular velocity, angular acceleration and torques are...