IMPORTANT: GFM has been stripped down to gfm:math and gfm:integers only. Use version 7 if you want the former content.
See the changelog here to upgrade: https://github.com/d-gamedev-team/gfm/wiki/Changelog
Public Domain (Unlicense).
Add the sub-package you are interested in in your dub.json
:
{
"dependencies": {
"gfm:math": "~>8.0"
}
}
https://github.com/d-gamedev-team/gfm/wiki/Changelog
- GFM provides math primitives that are useful for games like vectors/matrices/quaternions in the
gfm:math
package, - Also provide arbitrary sized integers, fixed point numbers, and half-float numbers in
gfm:integers
,
There used to be a lot more stuff in GFM previously. See http://code.dlang.org to discover lots of useful libraries for your programs.