home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1995 July / Power_DOS_CD-ROM_Walnut_Creek_July_1995.iso / program / pascal / paskal.txt < prev    next >
Text File  |  1993-02-23  |  2KB  |  45 lines

  1.  
  2.  
  3.                     The pasKAL graphics library. Version 1.
  4.                          (c) Kevin A. Lee. 1992, 1993.
  5.  
  6.                        ---------------------------------
  7.  
  8.     The pasKAL graphics library is a Turbo Pascal version 6 MCGA 320x200 256
  9. colour graphics library. The library was originally intended for games
  10. programming but has developed to the extent that it is suitable for many
  11. other applications.
  12.  
  13. The main features of the library are:
  14.  
  15.     - all routines write either directly to the screen or to a hidden page in
  16.       memory, thus elliminating flicker completely.
  17.     - quick and easy sprite routines; as many sprites as you can fit into
  18.       available memory, with sizes upto 160*200.
  19.     - loading of PCX files, either as entire screens or as individual
  20.       sprites.
  21.     - individual pixel reading and writing.
  22.     - line and rectangle drawing.
  23.     - character and string writing at any position.
  24.     - different font styles and sizes.
  25.     - DAC palette manipulation.
  26.     - quick palette fades (both in and out).
  27.     - complete mouse library.
  28.     - complete joystick library.
  29.     - FAST - most of the code is optimised assembler.
  30.     - full source code available.
  31.     - continually evolving - I am committed to continually improving the
  32.       library and making it the best.
  33.  
  34. For more information you should download the file PASKAL.ZIP.
  35.  
  36. ------------------------------------------------------------------------------
  37.                                 Kevin A. Lee
  38.                          73, Frederick Neal Avenue,
  39.                           Eastern Green, Coventry,
  40.                             Warwickshire, CV5 7EJ
  41.                                UNITED KINGDOM
  42.  
  43. If you have any queries please contact me at the address above or e-mail me
  44. (until end of July 1993) at cmp0122@radon.sys.uea.ac.uk.
  45.