fglm

October 19, 2024 ยท View on GitHub

Fortran GeneraL Math modules.


FAQ:


Question: That is the most forced acronym I've ever seen.

Answer: Yes, I know.


What:


A very simple math library for Fortran.

Has a few types:

  • matrix4f
  • vector2d
  • vector2f
  • vector2i
  • vector3d
  • vector3f
  • vector3i

(Double, Float, Integer32)


Credits:


JOML

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


Add to your project:


In your fpm.toml add:

[dependencies]
fglm = { git = "https://github.com/jordan4ibanez/fglm" }