TG2D (Tajga 2D graphic library)

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

PROGRAMMING:
  TG2D will be coded in Flat Assembler (FASM).

  - It will use 32bit pentium code and processor extenions (MMX, SSE, etc.) if
    present

  - it will consist of pure assembly code, minimum macros etc., only symbolic
    constants and instructions.
  
  - Almost 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.

DEVELOPMENT:
  If anyone wishes to join this project please contact me on 
    vid@InMail.sk 
  or on TG2D thread on FASM board:
    http://board.flatassembler.net/viewtopic.php?t=599
  which is something like homepage for now

vim: tw=78 expandtab
