rayfork
rayfork copied to clipboard
Maybe use another library for math instead of the Raylib math functions?
Currently, we have the same math functions from Raylib. This, however, adds bloat to the API and the functions do not support SIMD (SEE and NEON).
Maybe it would be a good idea to move to another math library like Handmade Math since it is well maintained and has SEE support (though no NEON support apparently).
If anyone has better suggestions or ideas regarding this please mention them.
We could also just add SEE and NEON support to the math functions.
I agree with the move to Handmade Math.