rayfork icon indicating copy to clipboard operation
rayfork copied to clipboard

Maybe use another library for math instead of the Raylib math functions?

Open SasLuca opened this issue 5 years ago • 1 comments

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.

SasLuca avatar Dec 19 '19 13:12 SasLuca

I agree with the move to Handmade Math.

Kaleidosium avatar Jan 20 '20 23:01 Kaleidosium