home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / VOGLE / EXAMPLES / README < prev    next >
Text File  |  2000-02-11  |  1KB  |  42 lines

  1.  
  2. This directory contains example programs which may also be used in testing a
  3. new driver. If you are testing a new driver the trivial.{c,f} is of most
  4. use, followed by views.{c,f}, and then poly.{c,f}. When those three work, try
  5. the others. loc.{c,f} can be used for testing the mouse device if you have
  6. one.
  7.  
  8. From the point of view of learning how to use VOGLE the suggested reading
  9. order is below.
  10.  
  11.     C            FORTRAN            Pascal
  12.  
  13.     __________        __________        __________
  14.  
  15.     trivial.c        ftrivial.f        ptrivial.p
  16.     simple.c        fsimple.f        psimple.p
  17.     shapes.c        fshapes.f        pshapes.p
  18.     poly.c            fpoly.f            ppoly.p
  19.     views.c            fviews.f        pviews.p
  20.     circtxt.c        fcirctxt.f        pcirctxt.p
  21.     moretxt.c        fmoretxt.f        pmoretxt.p
  22.     jtext.c            fjtext.f        pjtext.p
  23.     getstr.c        fgetstr.f        pgetstr.p
  24.     lstyles.c        flstyles.c        plstyles.p
  25.     curves.c        fcurves.f        pcurves.p
  26.     patches.c        fpatches.f        ppatches.p
  27.     balls.c            fballs.f        pballs.p
  28.     objvws.c        fobjvws.f        pobjvws.p
  29.     world.c            fworld.f        pworld.p
  30.     cube.c            fcube.f            pcube.p
  31.     tetra.c            ftetra.f        ptetra.p
  32.     loc.c            floc.f            ploc.p
  33.     lcube.c            flcube.f        plcube.p
  34.  
  35.  
  36. teapot.c, beer.c  and showg.c is provided for the general interest.
  37.  
  38.  
  39. If you are using SUNVIEW or an X11 toolkit, there are additional examples
  40. in the directories sunview, xview and xt.
  41.  
  42.