gfm 4.0.3

D gamedev toolkit. 3D maths, OpenGL/SDL/FreeImage/Assimp/ENet wrapper, stb_image port.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

GFM Build Status

<img alt="logo" src="https://cdn.rawgit.com/p0nce/gfm/master/logo.svg" width="200">

GFM is a lightweight library to ease the creation of video games / multimedia applications with the D programming language.

(Oudated) documentation and overview can be found here: http://d-gamedev-team.github.io/gfm/

License

Public Domain (Unlicense).

How to use GFM?

Add the sub-package you are interested in in your dub.json:

   {
      "dependencies": {
        "gfm:math": "~>4.0"
      }
   }

See the examples/ directory, or https://github.com/p0nce/aliasthis as an example of a game.

Changelog

https://github.com/d-gamedev-team/gfm/wiki/Changelog

Who is using GFM?

Why using GFM?

  • GFM has low churn and has been maintained since 2012.
  • GFM primarily provides math primitives that are useful for games like vectors/matrices/quaternions in the gfm:math a,d gfm:integers package.
  • Other subpackages are wrappers: transparent layers that expose the C libraries objects, turn every error code into an D exception and makes it easier to use the library correctly. They do almost nothing and perhaps you don't need them.

Dependencies

You absolutely don't need to use the whole of GFM. Pick just what you need to minimize the amount of dependencies.

There is an ongoing work to delete things in GFM that exist elsewhere but better. See http://code.dlang.org to discover lots of useful libraries for your programs.

Authors:
  • Guillaume Piolat / ponce: main author
  • Gerbrand Kamphuis / vuaru: many fixes
  • Kyle Hunter / Kelet: ENet wrapper
  • Francesco Cattoglio: OpenGL wrapper improvements
  • John D. Cook: SimpleRNG author
  • Sam Hocevar: many bits of code
  • Daniel Cousens / RommelVR: GL fix
  • Daniele Bondi / maeriden: Euler angles fix
  • H. S. Teoh / quickfur: wideint improvements
Sub packages:
gfm:core, gfm:math, gfm:image, gfm:integers, gfm:net, gfm:enet, gfm:assimp, gfm:opengl, gfm:sdl2, gfm:freeimage, gfm:logger
Dependencies:
gfm:image, gfm:core, gfm:net, gfm:opengl, gfm:sdl2, gfm:integers, gfm:logger, gfm:math, gfm:assimp, gfm:enet, gfm:freeimage
Versions:
8.0.6 2021-Feb-09
8.0.5 2021-Jan-04
8.0.4 2020-Sep-10
8.0.3 2020-Jan-16
8.0.2 2019-Nov-09
Show all 160 versions
Download Stats:
  • 33 downloads today

  • 95 downloads this week

  • 106 downloads this month

  • 76499 downloads total

Score:
3.7
Short URL:
gfm.dub.pm