TG2D (Tajga 2D graphic library)

DESCRIPTION:
  TG2D will be cross-platform 2D graphic library. It's main goals are speed, usuability and
  simplicity of usage. It's interface will allow including it to project it by different ways (like
  direct including to FASM project, linking to project via COFF, DLL, etc.)

PROGRAMMING:
  TG2D will be coded in Flat Assembler.

  - it will be PURE assembly, no macros etc., only symbolic constants and instructions.
  
  - All defined names will have "tg2d" prefix so it's sources can be included directly into antoher
    fasm project without conflicting with it's names.

  - It will use 32bit pentium code.

DEVELOPMENT:
  If anyone wishes to join this project please contact me on vid@InMail.sk or on TG2D thread on FASM
  board (in Heap part).

vim: tw=100 expandtab
