home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Exemples / Affichage / 2b_VRastPort.readme < prev    next >
Encoding:
Text File  |  1998-11-09  |  1.2 KB  |  28 lines

  1. Short:    Link library of 2D vector graphics funcs
  2. Author:   krashan@amiga.org.pl (Krashan/BlaBla)
  3. Uploader: krashan@amiga.org.pl (Krashan/BlaBla)
  4. Version:  2.0
  5. Type:     dev/c
  6.  
  7. This is a linked library (in SAS/C format) of functions making drawing 2D
  8. vectorial graphics easy. Library contains functions for drawing basic
  9. primitives (pixels, lines, polygons, ellipses, rectangles) in virtual
  10. coordinates system. Library automatically transfers primitives to RastPort
  11. coordinates, does neccessary clipping and renders.
  12.  
  13. Features: - Virtual Carthesian coordinates system with 31-bit range of
  14.             coordinates.
  15.           - Independent x and y scaling.
  16.           - No floating point math - it's fast and accurate.
  17.           - Clipping works on non-layered RastPorts.
  18.           - Automatic and intelligent handling of low-level stuff like
  19.             TmpRas, invisible for library user.
  20.           - Overriding chip-ram/blitter limitations.
  21.           - System friendly - no hacks, should work on gfx boards (not tested
  22.             yet).
  23.           - Full source code, autodocs and example sources included.
  24.           - Public Domain - use it in the way You want.
  25.           - BLABLA PRODUCT.
  26.  
  27. BlaBla Corp. 1998
  28.