glamour
glamour copied to clipboard
Strongly typed vector math with glam
I would love to upgrade my glam library, seeing as how other libraries such as `encase` depend on it. Getting a new version of glamour, which depends on glam 0.28,...
glam uses tera, and I suspect it might be a lot nicer than the current patchwork of very complicated macros.
[Zerocopy](https://github.com/google/zerocopy) would be nice to support, but unfortunately it's not currently possible because of explicit 16-byte alignment of 4-component vector types.
Some glam types have an SIMD counterpart. For example there's `Vec3` which is scalar and `Vec3A` which uses SIMD. Currently, [glamour only implements converting to the "normal" (meaning no `A`...