home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / fgl / read.me
Text File  |  1995-02-11  |  5KB  |  88 lines

  1.  
  2.                               Fastgraph Demo Disk
  3.  
  4.  
  5.                               Ted Gruber Software
  6.                                  PO Box 13408
  7.                               Las Vegas, NV 89112
  8.  
  9.                              (702) 735-1980 voice
  10.                               (702) 735-4603 FAX
  11.                               (702) 796-7134 BBS
  12.                                 72000,1642 CIS
  13.  
  14.                  Copyright (c) 1991-1995 Ted Gruber Software.
  15.                              All Rights Reserved.
  16.  
  17. ------------------------------------------------------------------------------
  18.                                  Introduction
  19. ------------------------------------------------------------------------------
  20.  
  21. Thank you for your interest in our Fastgraph programmer's graphics library.
  22. We're pleased to send you our Fastgraph demo disk, which includes two
  23. Fastgraph example programs plus a fully functional evaluation copy of
  24. Fastgraph/Light, the shareware version of Fastgraph.
  25.  
  26. There are three main differences between Fastgraph and Fastgraph/Light. First,
  27. Fastgraph/Light requires an external TSR video driver (FGDRIVER.EXE) that you
  28. must load before running programs developed with the product. Fastgraph
  29. creates stand-alone EXE files that do not use FGDRIVER and only include those
  30. Fastgraph routines your program actually uses. Second, Fastgraph/Light supports
  31. real mode only. Fastgraph includes libraries for real mode, 16-bit protected
  32. mode, and 32-bit protected mode. Finally, Fastgraph/Light does not include the
  33. GIF support and world space functions available in Fastgraph.
  34.  
  35. Additional Fastgraph example programs are available from our technical support
  36. BBS at (702) 796-7134, or from our internet ftp site (ftp.accessnv.com). The
  37. BBS is also the home of the TGS Electronic Store, which provides a convenient
  38. way to purchase Fastgraph and other products on-line. We do appreciate your
  39. interest in Fastgraph and look forward to serving your graphics programming
  40. needs. Please don't hesitate to contact us if we can be of help.
  41.  
  42. ------------------------------------------------------------------------------
  43.                                 Fastgraph/Light
  44. ------------------------------------------------------------------------------
  45.  
  46. The \FGLIGHT subdirectory contains the evaluation version of Fastgraph/Light.
  47. To install Fastgraph/Light on a hard disk, run the INSTALL program from the
  48. \FGLIGHT subdirectory and follow the simple directions. The INSTALL program
  49. will ask you for the compilers and memory models you wish to use, as well as
  50. the name of the directories for the utilities, include files, and libraries.
  51. For the include files and libraries, we recommend specifying directories where
  52. the compiler you've chosen normally searches for such files. INSTALL will
  53. automatically try to determine these directories and propose them as defaults.
  54. For the utilities, the default directory is C:\FG. If you want to use
  55. Fastgraph/Light with more than one compiler, run the INSTALL program once for
  56. each compiler. See the file \FGLIGHT\READ.ME for more information.
  57.  
  58. ------------------------------------------------------------------------------
  59.                                 Grand Tour Demo
  60. ------------------------------------------------------------------------------
  61.  
  62. The \FGDEMO subdirectory contains a demo program (FGDEMO.EXE) that uses a GUI
  63. menuing system to take you on a guided tour through many important Fastgraph
  64. features. To install FGDEMO on a hard disk, just copy all files in the \FGDEMO
  65. subdirectory to the desired directory on your hard disk. To run the demo from
  66. the diskette, type FGDEMO from the \FGDEMO subdirectory.
  67.  
  68. FGDEMO comes with complete C source code that you can use to develop similar
  69. menuing systems using Fastgraph. Because of space constraints, the FGDEMO
  70. source code is distributed in an archived format. To unarchive the source
  71. code, copy all FGDEMO files to a subdirectory on your hard disk, then run the
  72. UNARC.BAT command file. Note that it's not necessary to unarchive the source
  73. code if you just want to run FGDEMO.
  74.  
  75. ------------------------------------------------------------------------------
  76.                            Fish Tank Animation Demo
  77. ------------------------------------------------------------------------------
  78.  
  79. The \FISHTANK subdirectory contains a program (FISHTANK.EXE) that shows how
  80. easy it is to animate objects with Fastgraph. In this self-running demo,
  81. different fish swim back and forth at varying speeds across a coral reef
  82. background (pressing Escape exits). To install the fish tank demo on a hard
  83. disk, just copy all files in the \FISHTANK subdirectory to the desired
  84. directory on your hard disk. To run the demo from the diskette, type FISHTANK
  85. from the \FISHTANK subdirectory. The fish tank demo comes with complete C,
  86. Pascal, BASIC, and FORTRAN source code. See the \FISHTANK\FISHTANK.DOC file
  87. for more information.
  88.