home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / uc3d.zip / UC3D.DOC next >
Text File  |  1989-04-18  |  3KB  |  50 lines

  1. UC3D - Version 1.0, March 1989, Written by Itzhak Lif, Tel-Aviv, Israel.
  2.  
  3. Documentation
  4. =============
  5. WHAT? :    UC3D is a graphic program that displays in 3 dimensional (3D) animation
  6.     a text that YOU choose to display. For example if your name is 'david',
  7.     you might type at the DOS prompt: "uc3d david<Enter>". What the program
  8.     will do is to create 3D pictures of the text 'DAVID', store them in
  9.     memory and then re-display them on the screen at a much faster speed.
  10.     BTW - UC3D means "you see 3D".
  11.  
  12. HOW?  :    For quick help type "uc3d<enter>" at the DOS prompt.
  13.     The syntax is:  "uc3d text_to_see"   or
  14.             "uc3d n,text_to see" or
  15.             "uc3d n text_to_see" all followed by "<Enter>",
  16.         n is a positive integer smaller than 9 and it determines the size of
  17.         the letters of text_to_see on the screen. After n you must type a
  18.     comma or a space and then the text. The text is any text composed from
  19.     the english letters a to z and spaces (spaces are significant), however
  20.     you can't have text_to_see to be made of just spaces. If you omit the
  21.     number then UC3D will try to find the optimal one.
  22.     Examples: "uc3d r", "uc3d israel",  "uc3d israel  ",  "uc3d   israel",
  23.     "uc3d 2,israel",  "uc3d 5,xyz",  "uc3d 6,abc",  "uc3d 1,small text".
  24.         After the pictures are stored in memory, you can use the keys shown at
  25.         the bottom of the screen to control the movement.
  26.  
  27. WHERE?:    For the program to run you need to have a CGA card on your system and
  28.     big memory (more than 256K).
  29.  
  30. WHY?  : I developed my idea of 3D animation for a computer 2 years ago,
  31.     on a different computer and i wanted to see how it works on the PC,
  32.         this time adding new ideas. The program was written in the first
  33.         stages in 2 languages: C and 8088 assembly, then the C part (routines
  34.         for the mathematical calculations) was translated to assembly using
  35.         the "-S" option of the C compiler and then that code was improved
  36.         for speed.  UC3D was assembled and linked using Microsoft (C) MASM,
  37.     version 4.0 and LINK verion 3.05 - so the program doesn't contain any
  38.     C run-time routines at all.
  39.  
  40. WHEN? :    UC3D Version 1.0 is released to the public domain on March '89. Future
  41.     versions (1.1 and maybe 2.0) will include HEBREW letters and other
  42.     symbols (1.1) and/or a possibility that YOU will decide upon the
  43.     movement of the objects (2.0). Bugs: the animation is not 100% o.k.,
  44.     also the memory menagement can be improved, hopefully this and other
  45.     bugs will be fixed in the next version(s).
  46.  
  47. WHO?  : Any comments on the program are welcomed, please send me an echo mail
  48.     message on any Tel-Aviv BBS or call me at home: (03) 541-2854.
  49.     Hope you'll enjoy it.
  50.