Documentation for graphex.ew v0.10.0
Table of Contents
List of things to do to improve this system.
PRIO: 1
Rationalise procedure names, eg gfx_draw to gfxDraw, setGfxFontScale to gfxSetFontScale etc.
PRIO 2:
gfx_draw("shape") should be gfxDraw("sprite") also shape and sprite definitions
need tidying up.
PRIO: 2
Allow gfx draw to use CONSTANTS instead of textual primitive descriptions
PRIO: 3
Investigate a better shape system and scaling so that fractional scaling will work
PRIO 1:
Fix the situation with accepting gfx indexes or gfx sequences. Currently I think the index stuff is broken and there's even one that accepts the gfxs Bitmap control id for some reason. I think everything should be like gfxDestroy, a sequence or an integer.
PRIO 2:
An extension layer enabling a scrollable canvas gfx
PRIO 1:
Complete gfx_draw primitive handling, eg Pie, Chord, Polygon etc