Skip to content

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

@SasLuca

Description

@SasLuca

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    big-featureA big change that will require a lot of work.questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions