home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FGL402A.ZIP / READ.ME < prev    next >
Text File  |  1995-02-06  |  18KB  |  311 lines

  1. Ted Gruber Software                                      Voice: (702) 735-1980
  2. PO Box 13408                                               FAX: (702) 735-4603
  3. Las Vegas, NV  89112                                       BBS: (702) 796-7134
  4.                                                            CIS:     72000,1642
  5.  
  6. ------------------------------------------------------------------------------
  7.                                  Fastgraph 4.0
  8. ------------------------------------------------------------------------------
  9.  
  10. Fastgraph is a versatile, high-performance programmer's graphics library for
  11. DOS-based PC systems. It is powerful enough to satisfy the most demanding
  12. graphics application, yet it is easy enough for even the novice graphics
  13. programmer. Fastgraph includes more than 275 hand-optimized routines, from
  14. pixel display to sophisticated animation tools. This collection of routines
  15. provides a programmer with proven, powerful tools to take command of the PC
  16. and PS/2 text and graphics video environment.
  17.  
  18. Fastgraph's major functional areas include:
  19.  
  20. * Real mode, 16-bit protected mode, and 32-bit protected mode libraries
  21. * Support for most popular C/C++, Pascal, BASIC, and FORTRAN compilers
  22. * Support for 28 video modes, including SuperVGA, standard and extended VGA,
  23.   MCGA, EGA, Hercules, Tandy, CGA, and color and monochrome text
  24. * Direct SVGA chipset support plus VESA in resolutions of 640x400x256,
  25.   640x480x256, 800x600x256, 1024x768x256, 800x600x16, and 1024x768x16
  26. * SVGA chipset autodetection
  27. * Colors, virtual colors, and palettes
  28. * Graphics fundamentals, including points, solid and dashed lines,
  29.   polygons, circles, ellipses, solid and dithered rectangles, region
  30.   fill, and clipping
  31. * Viewports and world space coordinate system
  32. * A scalable stroked character font
  33. * GIF and PCX display and creation routines
  34. * Support for Autodesk Animator FLI/FLC files
  35. * Bitmapped image support, including mode-specific and mode-independent
  36.   images, transparent pixels, clipped and reversed images, scaled and sheared
  37.   images, image retrieval, pixel run maps, and masking maps
  38. * Fast block transfer routines (BitBlt)
  39. * Virtual buffers
  40. * Physical, virtual, and logical video page management
  41. * Resizeable video pages for smooth, flicker-free panning
  42. * Split screen support
  43. * Animation and special effects
  44. * Keyboard, mouse, and joystick support
  45. * Low-level keyboard handler, ideal for game development
  46. * Sound effects and music, both synchronous and asynchronous
  47. * 750-page tutorial-style user's guide and reference manual
  48. * No royalties
  49.  
  50. ------------------------------------------------------------------------------
  51.                               Fastgraph/Light 4.0
  52. ------------------------------------------------------------------------------
  53.  
  54. Fastgraph/Light is the shareware version of Fastgraph. The major differences
  55. between Fastgraph and Fastgraph/Light are:
  56.  
  57. 1) Fastgraph/Light requires an external TSR video driver (FGDRIVER.EXE) that
  58.    you must load before running programs developed with the product. Fastgraph
  59.    creates stand-alone EXE files that do not use FGDRIVER and only include
  60.    those Fastgraph routines your program actually uses.
  61.  
  62. 2) Fastgraph/Light supports real mode only. Fastgraph includes libraries for
  63.    real mode, 16-bit protected mode, and 32-bit protected mode. The FGDRIVER
  64.    video driver in Fastgraph/Light precludes protected mode support.
  65.  
  66. 3) Fastgraph/Light does not include the GIF support and world space functions
  67.    available in Fastgraph. Including these functions in Fastgraph/Light would
  68.    considerably increase the FGDRIVER memory requirements.
  69.  
  70. 4) Fastgraph comes with a 750-page softcover manual. Fastgraph/Light comes
  71.    with an on-line manual.
  72.  
  73. 5) Fastgraph provides better performance than Fastgraph/Light because of the
  74.    overhead associated with Fastgraph/Light's TSR video driver. This is
  75.    especially true for routines that do relatively little, such as FG_POINT.
  76.  
  77. Any programs developed using Fastgraph/Light are 100% source code compatible
  78. with Fastgraph. If you purchase Fastgraph after trying Fastgraph/Light, all
  79. you need to do is re-link your programs.
  80.  
  81. ------------------------------------------------------------------------------
  82.                      Terms of Fastgraph/Light Evaluation
  83. ------------------------------------------------------------------------------
  84.  
  85. This is an EVALUATION VERSION of Fastgraph/Light and is distributed as
  86. shareware. It is a full-functioned version with all features found in the
  87. registered version of Fastgraph/Light. However, programs created with the
  88. evaluation version will display an evaluation notice when run. In addition,
  89. programs created with the evaluation version may not be sold, given away, or
  90. distributed in any form.
  91.  
  92. The Fastgraph/Light evaluation version is provided so you can see firsthand
  93. what Fastgraph can do in the context of your own applications. You may use the
  94. evaluation version for 30 days, after which you must purchase Fastgraph or
  95. Fastgraph/Light, or discontinue using the evaluation version.
  96.  
  97. The Fastgraph/Light registered version is identical to the evaluation version,
  98. but programs created with it do not display the evaluation notice. The full
  99. Fastgraph product of course does not display the notice and offers additional
  100. features as listed in the preceding section. Programs created with Fastgraph
  101. or the registered version of Fastgraph/Light may be distributed royalty-free,
  102. but as mentioned earlier, you may not distribute programs created with the
  103. evaluation version of Fastgraph/Light.
  104.  
  105. ------------------------------------------------------------------------------
  106.                     Notice to Shareware and CD-ROM Vendors
  107. ------------------------------------------------------------------------------
  108.  
  109. Shareware and CD-ROM vendors must obtain WRITTEN PERMISSION from Ted Gruber
  110. Software to distribute the evaluation version of Fastgraph/Light. We do this
  111. to ensure distribution of the most recent version of Fastgraph/Light.
  112.  
  113. ------------------------------------------------------------------------------
  114.                           Installing Fastgraph/Light
  115. ------------------------------------------------------------------------------
  116.  
  117. The Fastgraph/Light evaluation kit is distributed in two formats -- in ZIP
  118. files or on the Fastgraph demo disk.
  119.  
  120. If you received the Fastgraph demo disk from Ted Gruber Software, it's very
  121. easy to install Fastgraph/Light. Just make A:\FGLIGHT your current directory
  122. (you can use any available diskette drive besides A:) and type INSTALL. From
  123. this point, just follow the directions on each screen.
  124.  
  125. If you obtained Fastgraph/Light from a bulletin board, shareware distributor,
  126. or other on-line service, it should include two ZIP files named FGL402A.ZIP
  127. and FGL402B.ZIP or something similar. In addition, there should be one or more
  128. of the optional ZIP files named FGL402C.ZIP through FGL402F.ZIP; these files
  129. respectively contain the C, BASIC, Pascal, and FORTRAN versions of the example
  130. programs in the Fastgraph User's Guide. To install FG/Light from the ZIP
  131. files, create a directory (preferably called \FGTEMP) and extract the contents
  132. of the ZIP files into that directory. After doing this, run the INSTALL
  133. program (included in FGL402A.ZIP) to move the necessary files to their
  134. required locations. You can delete the files in the temporary directory when
  135. INSTALL completes.
  136.  
  137. In either case, the INSTALL program will ask you for the compilers and memory
  138. models you wish to use. It also will ask for the name of the directories for
  139. the Fastgraph utilities, include files, and libraries. For the utilities, we
  140. suggest using the default name \FG. For the include files and libraries, we
  141. recommend using the directories where the compiler you've chosen normally
  142. searches for such files. INSTALL will automatically try to determine these
  143. directories and propose them as defaults.
  144.  
  145. For more information about the installation process, see Chapter 1 of the
  146. Fastgraph User's Guide.
  147.  
  148. ------------------------------------------------------------------------------
  149.                                On-line Manuals
  150. ------------------------------------------------------------------------------
  151.  
  152. Fastgraph/Light includes on-line versions of the tutorial-style "Fastgraph
  153. User's Guide" and the "Fastgraph Reference Manual". These two extensive
  154. manuals explain Fastgraph and Fastgraph/Light in detail and are the definitive
  155. references for learning and using the products. While they specifically
  156. describe Fastgraph, everything in the manuals also applies to Fastgraph/Light
  157. unless stated otherwise.
  158.  
  159. The User's Guide is a detailed tutorial about Fastgraph. The companion
  160. Reference Manual gives descriptions of each Fastgraph routine in alphabetical
  161. order. We recommend reading Chapter 1 of the User's Guide and the first
  162. section of the Reference Manual before you try Fastgraph or Fastgraph/Light.
  163.  
  164. The User's Guide is split into separate files for each chapter, USER01.DOC to
  165. USER17.DOC. There is also a file USERAPP.DOC containing the appendices and
  166. index. The file REF.DOC contains the Reference Manual. The INSTALL program
  167. places these files in the \FG directory. All these files are ASCII text files,
  168. suitable for any 80-column (or wider) printer. Be forwarned that the on-line
  169. versions of the User's Guide and Reference manual total over 700 pages!
  170.  
  171. ------------------------------------------------------------------------------
  172.                                Example Programs
  173. ------------------------------------------------------------------------------
  174.  
  175. Fastgraph/Light contains on-line versions for all the example programs in the
  176. Fastgraph User's Guide, except those specifically relating to functions not
  177. included in Fastgraph/Light. The INSTALL program places the example programs
  178. in the \FG\EXAMPLES directory.
  179.  
  180. ------------------------------------------------------------------------------
  181.                               Distribution Files
  182. ------------------------------------------------------------------------------
  183.  
  184. The Fastgraph/Light distribution contains the following files:
  185.  
  186.      READ.ME        This file
  187.      ORDER.FRM      Product order form
  188.      INSTALL.EXE    Fastgraph/Light installation program
  189.      FGLIGHT.ARJ    Fastgraph/Light libraries and utilities (compressed)
  190.      FGLBP.ARJ      Fastgraph/Light units for Borland Pascal 7 (compressed)
  191.      FGLTP.ARJ      Fastgraph/Light units for Turbo Pascal 6 (compressed)
  192.      MANUALS.ARJ    Fastgraph User's Guide and Reference Manual (compressed)
  193.      EXCOMMON.ARJ   Files used by the example programs (compressed)
  194.      EXBAS.ARJ      BASIC versions of the example programs (compressed)
  195.      EXC.ARJ        C versions of the example programs (compressed)
  196.      EXFOR.ARJ      FORTRAN versions of the example programs (compressed)
  197.      EXPAS.ARJ      Pascal versions of the example programs (compressed)
  198.      UNARJ.EXE      Robert Jung's file decompression utility
  199.  
  200. We'd like to personally thank Robert Jung for his liberal licensing agreement
  201. covering the use of his UNARJ utility. UNARJ and its companion product, ARJ,
  202. are excellent products that we highly recommend.
  203.  
  204. ------------------------------------------------------------------------------
  205.                               Fastgraph/Fonts 2.0
  206. ------------------------------------------------------------------------------
  207.  
  208. Fastgraph/Fonts lets you easily add bitmapped character support to Fastgraph
  209. applications. The product includes 40 font files in several point sizes, font
  210. scaling and conversion utilities, and an interactive font editor that can
  211. translate TrueType font files to the Fastgraph/Fonts font file format. A
  212. program can load up to 32 fonts simultaneously. Font files shipped with
  213. Fastgraph/Fonts may be distributed without royalties in your applications.
  214.  
  215. Fastgraph/Fonts 2.0 requires Fastgraph 4.0 or Fastgraph/Light 4.0.
  216.  
  217. ------------------------------------------------------------------------------
  218.                               Fastgraph/Image 2.0
  219. ------------------------------------------------------------------------------
  220.  
  221. Fastgraph/Image is a Fastgraph add-on product that provides functions and
  222. utilities for managing resource files containing images and other files. While
  223. the product was designed to manage and display PCX, GIF, pixel run, and flic
  224. images stored in resource files, Fastgraph/Image can be used with any type of
  225. file, including bitmaps, text files, and Fastgraph/Fonts font files. Besides
  226. making your product distribution neater, Fastgraph/Image resource files save
  227. disk space normally lost to DOS disk sectoring.
  228.  
  229. Fastgraph/Image 2.0 requires Fastgraph 4.0.
  230.  
  231. ------------------------------------------------------------------------------
  232.                              Ordering Information
  233. ------------------------------------------------------------------------------
  234.  
  235. The Fastgraph family of products represents a high-performance, comprehensive
  236. development system for graphics programmers. For more information about any of
  237. our products, please call, write, or FAX. You can download evaluation versions
  238. and product demos from our technical support BBS at (702) 796-7134, or from
  239. our internet ftp sites FTP.ACCESSNV.COM and SWCBBS.COM.
  240.  
  241. We accept Visa, MasterCard, and COD (extra charge for COD orders). Purchase
  242. orders are welcome from most companies, schools, and government agencies, but
  243. prior approval is required from TGS. After December 31, 1995, please contact
  244. TGS for current version and pricing information.
  245.  
  246. Source code and site licenses are available for all products. Please call,
  247. write, or FAX for details.
  248.  
  249. For your convenience, the order form below appears by itself in the ORDER.FRM
  250. file.
  251.  
  252. Order from:                                              Voice: (702) 735-1980
  253. Ted Gruber Software                                        FAX: (702) 735-4603
  254. PO Box 13408                                               BBS: (702) 796-7134
  255. Las Vegas, NV  89112                                       CIS:     72000,1642
  256.  
  257. Name:    _____________________________________________________________________
  258.  
  259. Company: _____________________________________________________________________
  260.  
  261. Address: _____________________________________________________________________
  262.  
  263. City:    _____________________________________  State: ________  Zip: ________
  264.  
  265. Country: _________________ Phone: __________________  FAX: ___________________
  266.  
  267. +=====+=========================================+=======+============+=======+
  268. |     |                                         | Price |  Shipping  |       |
  269. | Qty |            Product Description          | Each  | Code  Cost | Total |
  270. +=====+=========================================+=======+=====+======+=======+
  271. |     | Fastgraph graphics library              | $249  |  1  |      |       |
  272. +-----+-----------------------------------------+-------+-----+------+-------+
  273. |     | Fastgraph upgrade from Fastgraph/Light  | $200  |  1  |      |       |
  274. +-----+-----------------------------------------+-------+-----+------+-------+
  275. |     | Fastgraph/Light with on-line manual     |  $49  |  2  |      |       |
  276. |     | (registered version)                    |       |     |      |       |
  277. +-----+-----------------------------------------+-------+-----+------+-------+
  278. |     | Fastgraph/Light with printed manual     |  $79  |  1  |      |       |
  279. |     | (registered version)                    |       |     |      |       |
  280. +-----+-----------------------------------------+-------+-----+------+-------+
  281. |     | Fastgraph/Fonts bitmapped font support  |  $69  |  2  |      |       |
  282. |     | (requires Fastgraph or Fastgraph/Light) |       |     |      |       |
  283. +-----+-----------------------------------------+-------+-----+------+-------+
  284. |     | Fastgraph/Image image management toolkit|  $69  |  2  |      |       |
  285. |     | (requires Fastgraph)                    |       |     |      |       |
  286. +-----+-----------------------------------------+-------+-----+------+-------+
  287. |     | FG/Fonts and FG/Image bundle            | $118  |  2  |      |       |
  288. +-----+-----------------------------------------+-------+-----+------+-------+
  289. |     | Graphics Power Pack                     | $359  |  1  |      |       |
  290. |     | Fastgraph, FG/Fonts, and FG/Image       |       |     |      |       |
  291. +=====+=========================================+=======+=====+======+=======+
  292.                                                            Subtotal  |       |
  293. *********************************                                    +=======+
  294. *                               *    Nevada residents add sales tax  |       |
  295. * Shipping charges per product: *                                    +=======+
  296. *                               *     COD orders (U.S. only) add $6  |       |
  297. *     Code 1         Code 2     *                                    +=======+
  298. *   ----------     ----------   *                             Total  |       |
  299. *   U.S.    $7     U.S.    $3   *                                    +=======+
  300. *   Canada $10     Canada  $3   *    Method of payment:
  301. *   Other  $30     Other   $6   *    
  302. *                               *       [ ] payment enclosed
  303. *********************************       [ ] Visa or MasterCard
  304.                                         [ ] COD
  305.                                         [ ] purchase order # _________________
  306. For credit card orders only:
  307.  
  308. Card number: ____________________________________  Expiration date: __________
  309.  
  310. Signature:   _________________________________________________________________
  311.