home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / PCGLOVE / GLOVE / OBJGLV.ZIP / README.1ST < prev    next >
Text File  |  1993-05-12  |  5KB  |  143 lines

  1.     OBJECT GLOVE:
  2.     C++ PROGRAMS FOR THE NINTENDO POWER GLOVE ON A PC!
  3.  
  4. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. IT IS HIGHTLY RECOMMENDED THAT YOU USE THE -D OPTION OF PKUNZIP
  6. WHEN UNZIPPING THESE FILES!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8.  
  9. Users of OBJECT GLOVE programs or libraries must accept this
  10. disclaimer of warranty:
  11.  
  12. ``OBJECT GLOVE is supplied as is.  The author disclaims all
  13.   warranties, expressed or implied, including, without limitation,
  14.   the warranties of merchantability and of fitness for any purpose.
  15.   The author assumes no liability for damages, direct or
  16.   consequential, which may result from the use of OBJECT GLOVE.''
  17.  
  18.  
  19. OVERVIEW.DOC:
  20.     In a nutshell, what these programs are.
  21.  
  22. TWOGLOVE.DOC:
  23.     How to connect one or two gloves to one PC.  Also a little
  24.     about how the two glove driver works.
  25.  
  26. HELPME!.DOC:
  27.     Troubleshooting for all the glove programs.
  28.  
  29. GESTURE.TXT:
  30.     How to define gestures for use with the programs.  Excerpted
  31.     from the printed documentation that comes with Object Glove.
  32.  
  33. PRODUCTS.TXT:
  34.     Virtual Reality products available from VRASP, including
  35.     the Object Glove libraries and source code!!!
  36.  
  37. PROGRAMS\DEMO4B.EXE:
  38.     The replacement executable of REND386, a virtual reality
  39.     program to navigate and manipulate virtual worlds
  40.     (optionally) with Power Gloves and 3D glasses.  Based
  41.     on Dave Stampe and Bernie Roehl's DEMO4.EXE in DEMO4.ZIP.
  42.     (Which should be available from the same place you got this
  43.     file, however it is unnecessary except for the sample world.)
  44.     BE SURE TO GET SAMPLE WORLDS FROM COMPUSERVE OR THE
  45.     INTERNET!  Only one is included here (to reduce file size).
  46.     Go into the PROGRAMS\SOLAR directory and run "SOLAR.BAT".
  47.  
  48. PROGRAMS\DEMO4B.DOC:
  49.     Notes on demo4b.exe.  Basically, it enumerates stuff that
  50.     is different from the "usual" demo4.exe.
  51.  
  52. PROGRAMS\REND386.CFG
  53.     A sample configuration file for DEMO4B.  Editable with
  54.     any ASCII editor.  Check this file if you have problems
  55.     with DEMO4B.
  56.  
  57. PROGRAMS\DOS_DEMO.EXE:
  58.     A fairly simple demo program to access the glove(s) and
  59.     display gestures and values.  Runs from DOS.
  60.  
  61. PROGRAMS\SIMPLE.EXE:
  62.     A VERY simple demo program to access the glove(s) and
  63.     display values.  Runs from DOS.
  64.  
  65. PROGRAMS\WIN_DEMO.EXE:
  66.     A fairly simple demo program to access the glove(s) and
  67.     display gestures and values.  Can also dispatch
  68.     sound effects upon receipt of gestures.  Runs from Windows.
  69.     YOU MUST RUN INITGLOV.EXE FROM DOS (while in the same
  70.     directory as GLOVE.INI) BEFORE RUNNING WIN_DEMO!  Unlike
  71.     the other programs, you need to specify a parameter of
  72.     2 if you want to use two gloves with this program.  If
  73.     you run it from file manager, specify '2' after the
  74.     line from the "File | Run" dialog box of program manager.
  75.  
  76. PROGRAMS\WINSIMP.EXE:
  77.     A VERY simple demo program to access the glove(s) and
  78.     display values.  Runs from Windows.
  79.     YOU MUST RUN INITGLOV.EXE FROM DOS (while in the same
  80.     directory as GLOVE.INI) BEFORE RUNNING WINSIMP!
  81.  
  82. PROGRAMS\GLOVMOUS.EXE:
  83.     Allows the glove to control a Microsoft Windows cursor.
  84.     It has some significant limitations, but it is fun
  85.     for a few minutes.  YOU MUST RUN INITGLOV.EXE FROM
  86.     DOS (while in the same directory as GLOVE.INI) BEFORE
  87.     RUNNING GLOVMOUS!
  88.  
  89. PROGRAMS\BWCC.DLL:
  90.     Dynamic Link Library for Borland custom controls.  YOU MUST
  91.     COPY THIS FILE TO YOUR WINDOWS\SYSTEM DIRECTORY BEFORE
  92.     RUNNING WIN_DEMO.EXE OR GLOVMOUSE.EXE!!!!
  93.  
  94. PROGRAMS\INITGLOV.EXE:
  95.     Performs precise machine timings that are necessary to
  96.     access the glove.  The main reason for this program is that
  97.     the machine timings cannot be performed from Windows in 386
  98.     mode, so this program performs the timings from DOS, then
  99.     saves them to a file so that the Windows programs can just
  100.     read them in instead of computing them.  Do not run this
  101.     program from a DOS window!
  102.  
  103. PROGRAMS\GLOVE.INI:
  104.     The ASCII initialization file for all the executables
  105.     found herein.  The programs search the path for this file,
  106.     or use the "INI_FILES" DOS environment variable.  It is
  107.     simplest to keep it in the same directory as the executables,
  108.     and always "cd" to that directory first!  This file is
  109.     ASCII text, so read it!
  110.  
  111. PROGRAMS\SOLAR\*.*:
  112.     Support files for the solar system virtual world.  All are
  113.     ASCII editable files.  As long as you used the "-d" option
  114.     of pkunzip when unzipping these files, all you need to do
  115.     is run "SOLAR.BAT" to get started.
  116.  
  117. PROGRAMS\*.BGI:
  118.     Support files for DOS_DEMO.EXE.
  119.  
  120. PROGRAMS\*.FIG & PROGRAMS\*.PLG:
  121.     3D Cursors for left hand, right hand, and a neato clear cube
  122.     cursor.  (Specify "HANDSM.FIG", "LHANDSM.FIG", or "SQUARE.FIG"
  123.     in "REND386.CFG"
  124.  
  125. PCVR.TXT & VRASP.TXT:
  126.     Shameless ads for VR stuff I like.
  127.  
  128. All files in the DOC directory are support files for Rend386.
  129. All files in the SRC and INCLUDE directories are example
  130. Object Glove source files.  Some can be compiled.  They cannot
  131. be linked, however, unless you purchase the Object Glove
  132. libraries or source code.
  133.  
  134.         Have Fun!
  135.  
  136.  ---------------------------------------------------------------------
  137.  |      / |^\        /| |^^^\ |^\      Mark Pflaging, Vice President
  138.  |    /   |___\    /  | |____ |___\    Senior Editor of Pix-Elation
  139.  |  /     |\     /----|      ||        70233.1552@CompuServe.COM
  140.  |/       |  \ /      | \___/ |
  141.  The Virtual Reality Alliance of Students and Professionals___________
  142.  
  143.