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

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

Open
SasLuca opened this issue Dec 19, 2019 · 1 comment
Open
Labels
big-feature A big change that will require a lot of work. question Further information is requested

Comments

@SasLuca
Copy link
Owner

SasLuca commented Dec 19, 2019

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 SasLuca added question Further information is requested big-feature A big change that will require a lot of work. labels Dec 19, 2019
@Kaleidosium
Copy link

I agree with the move to Handmade Math.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big-feature A big change that will require a lot of work. question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants