d-gamedev-team/gfm

GFM version 6: what's coming up?

p0nce opened this issue · 1 comments

p0nce commented
  • removal of gfm:image altogether, the STB truetype will return into dplug:gui and the loadImage functions, well, aren't that incredible.
  • will remove rationals from gfm:integers since this package exist now: http://code.dlang.org/packages/rationald
  • fully nothrow @nogc gfm.core.queue and removal of LockedQueue towards dplug:coreto make it @nogc (@nogc sync primitives cannot be made public domain because based on druntime's code)
p0nce commented

No need to make gfm.core.queue @nogc as it's templated.