gfm 7.0.7

D gamedev toolkit. 3D maths, 128-bit integers, OpenGL/SDL/FreeImage/Assimp wrapper, coloured logger


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.combinatronics.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.

Documentation and overview are here: http://d-gamedev-team.github.io/gfm/

See the changelog here to upgrade: https://github.com/d-gamedev-team/gfm/wiki/Changelog

License

Public Domain (Unlicense).

How to use GFM?

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

   {
      "dependencies": {
        "gfm:math": "~>6.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 use GFM?

  • GFM has a changelog and respects SemVer,
  • 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 package,
  • Also provide arbitrary sized integers, fixed point numbers, and half-float numbers in gfm:integers,
  • 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 the sub-package you need to minimize the amount of dependencies and code compiled.

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.

So you'll find that GFM actually decreases in size over time.

Authors:
  • Daniele Bondi / maeriden: Euler angles fix
  • Francesco Cattoglio: OpenGL wrapper improvements
  • John D. Cook: original SimpleRNG author
  • Steven Dwy / Yoplitein: sdl_mixer wrapper, documentation improvements
  • Daniel Cousens / RommelVR: GL fix
  • Gerbrand Kamphuis / vuaru: many fixes
  • Kyle Hunter / Kelet: ENet wrapper
  • Sam Hocevar: original author of some bits of code
  • Guillaume Piolat / ponce: main author of GFM
  • Ryan Roden-Corrent / rcorre: math package improvements
  • Tanel Tagaväli / clinei: SDL audio wrapper
  • H. S. Teoh / quickfur: wideint improvements
Sub packages:
gfm:core, gfm:math, gfm:integers, gfm:assimp, gfm:opengl, gfm:sdl2, gfm:freeimage, gfm:logger
Dependencies:
gfm:core, gfm:opengl, gfm:integers, gfm:sdl2, gfm:logger, gfm:math, gfm:assimp, 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:
  • 0 downloads today

  • 6 downloads this week

  • 54 downloads this month

  • 77390 downloads total

Score:
3.0
Short URL:
gfm.dub.pm