home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / vdocs.zip / VC13 < prev    next >
Text File  |  1993-12-16  |  5KB  |  112 lines

  1.                                    VBBS 6.12 Documentation-- 13-1
  2. .TOPIC:
  3. R.I.P. Graphics
  4.  
  5.          ╔════════════════════════════════════════════════════════════════╗
  6.          ║ CHAPTER 13                  R.I.P. GRAPHICS                    ║
  7.          ╚════════════════════════════════════════════════════════════════╝
  8.  
  9.          VBBS now supports RIP graphics.  RIP stands for Remote Imaging
  10.          Protocol, a relatively new graphical interface standard for the
  11.          online world.  RIP was created by the Telegrafix Corporation.
  12.          RIP describes both a specification and a classificaton of
  13.          software programs that use the specification.  RIP compatible
  14.          programs use RIPscrip, the RIP programming language.
  15.  
  16.          RIPscript
  17.          ═════════
  18.          RIPscrip is a concise, text-based language for instructing
  19.          compatible terminal programs to display graphics.  The RIP
  20.          scrip language is Ascii text based and is compatible with
  21.          virtually every host.  RIPscrip files are used by VBBS in place
  22.          of the normal Ascii/Ansi text menus.
  23.  
  24.          RIPscrip has many graphic commands for presenting information
  25.          to the user in an eye-pleasing manner.  The RIPscrip language
  26.          offers a rich command set, including:
  27.  
  28.          . A full set of basic graphic commands
  29.            (box, circle, curves,line,etc.)
  30.          . Specialized fill patterns.
  31.          . Color manipulation commands.
  32.          . Multiple fonts, that are scalable.
  33.          . Text and graphic windows on screen simultaneously.  This
  34.            allows the user to view graphics and text at the same time.
  35.          . Full mouse support for point-and-click operation.
  36.          . Terminal-based bit-map icons for detailed, high-speed
  37.            graphics.
  38.          . Full clipboard copy and paste ability.
  39.          . Custom defined lines and styles for technical drawings,etc.
  40.  
  41.          RIPterm
  42.          ═══════
  43.          To use RIP, the user needs a RIP-compatible terminal program
  44.          such as RIPterm.  RIPterm is Telegrafix's RIPscrip-compatible
  45.          terminal program.  The current revision is named RIPTRM154.ZIP
  46.          and is available on most of the VBBS support boards.  RIPterm
  47.          is a freeware program, meaning that it may be freely
  48.          distributed.  Besides supporting RIP graphics, RIPterm includes
  49.          all the basic terminal capabilities.
  50.  
  51.          RIPaint
  52.          ═══════
  53.          RIPaint is an object-oriented "What You See Is What You Get"
  54.          Graphical User Interface (GUI) designer, implemented as a paint
  55.          program.  It reads and writes text-based RIPscrip graphical
  56.          script files.
  57.                                    VBBS 6.12 Documentation-- 13-2
  58.  
  59.          RIPaint is a Fourth Generation Language applicaton.  A 4GL
  60.          application lets you generate code by using a screen designer,
  61.          rather than by typing in code with a text editor.  RIPaint
  62.          genreates the RIPscrip codes for you.  You don't need to edit a
  63.          single line.
  64.  
  65.          Choosing the (Save) option records your paint/draw actions to a
  66.          .RIP "scene" file.  These scene files can be played back on any
  67.          RIPscrip-compatible software package.  RIP scene files can also
  68.          be created with other RIPscip paint programs such as DeadPaint,
  69.          Tombstone Artist, etc.
  70.  
  71.          More about RIPscrip
  72.          ═══════════════════
  73.          RIPscrip is small, efficent and fast.  It is entirely
  74.          text-based, allowing it to be installed on almost any host
  75.          system.  RIPscrip is composed of 7-bit Ascii text, which can be
  76.          transmitted over either 8-N-1 or 7-E-1 hosts.
  77.  
  78.          RIPscrip is a complex scripting language and RIP files are
  79.          cryptic looking when viewed.  RIPaint was designed with the
  80.          intention that nobody would every have to touch a line of
  81.          RIPscrip code.  Designing a graphical user interface by editing
  82.          text files is not intuitive at all, and goes against the
  83.          concept of GUI systems.
  84.  
  85.          Meganums
  86.          ════════
  87.          Part of the complexity of RIPscrip files is due to the special
  88.          numbering used to save space.  RIP files do not use the common
  89.          decimal number system.  The decimal uses digits 0 through 9.
  90.          RIPscript fields do not use the hexadecimal number system (O-F)
  91.          either.
  92.  
  93.          RIPscrip uses a numbering system with 36 digits. (0-9, A-Z).
  94.          This is called Hexa-Tri-Decimal, which was affectionately
  95.          dubbed 'meganums'.  This numbering system is used because it
  96.          stores numbers very efficently, thus saivng space and reducing
  97.          transmission time.
  98.  
  99.          VBBS and RIP
  100.          ════════════
  101.          RIPscrip graphics, when combined with VBBS, provide visually
  102.          stunning graphics and offers point-and-click navigation.  In
  103.          many cases, RIP improves the speed at which meus are refreshed.
  104.          To use RIP with VBBS, pre-designed *.RIP menus are made
  105.          available, and should be placed in the VBBS TXT subdirectory
  106.          along with your other menus.  Using one of the programs
  107.          previously mentioned, however, you may design and paint your
  108.          own menus to customize your bbs as you desire.
  109.  
  110.          Denny Costello - The Loft BBS
  111.  
  112.