Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Mat2, Mat3 & Mat4 serialization #18

Merged
merged 3 commits into from Sep 14, 2019

Conversation

repi
Copy link
Contributor

@repi repi commented Sep 14, 2019

Fixes #17.

This explicitly implements serialization and deserialization of the matrix types and does it as flat tuples, which is the same approach nalgebra-glm has.

Brought over the tests that @bitshifter did on his branch ae35ffc as well but adapted them to the flat tuple serialization

@bitshifter bitshifter merged commit 10d30cc into bitshifter:master Sep 14, 2019
@bitshifter
Copy link
Owner

Thanks!

@repi repi deleted the serde-matrix branch September 14, 2019 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing serialization support for Mat2/Mat3/Mat4
2 participants