wcandillon / react-native-redash

The React Native Reanimated and Gesture Handler Toolbelt
https://wcandillon.gitbook.io/redash/
MIT License
1.99k stars 117 forks source link

Refactor Matrix Math #497

Closed wcandillon closed 2 years ago

wcandillon commented 2 years ago

The goal of this PR is for the matrix4 format to be compatible with React Native and React native Skia

wcandillon commented 2 years ago

:tada: This PR is included in version 18.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

louis-openspace commented 2 months ago

Im a bit confused, react-native takes column-major order matrix4 but this is in row major order?

Edit: in this code it's column-major, but on master it's row-major, why the change?