Fortran GeneraL Math modules.
Question: That is the most forced acronym I've ever seen.
Answer: Yes, I know.
A very simple math library for Fortran.
Has a few types:
- matrix4f
- vector2d
- vector2f
- vector2i
- vector3d
- vector3f
- vector3i
(Double, Float, Integer32)
Link: https://github.com/JOML-CI/JOML
License: MIT
Usage: Translated mat4f methods into fglm.
If you like what I do, and would like to support me: My Patreon
In your fpm.toml add:
[dependencies]
fglm = { git = "https://github.com/jordan4ibanez/fglm" }