home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / readme.plg < prev    next >
Text File  |  1994-07-21  |  963b  |  22 lines

  1. The .ZIP file VOGLEPLG has all the source files in the VOGLE hierarchy.
  2. Just restore it over the top of an existing VOGLE installation.
  3.  
  4. There are two demos. One is a simple implementation of BALLS.C. The
  5. other is a Visual C++ version that implements three of the samples:
  6. BALLS CUBE and LICOSA. I've also included a compiled version of the
  7. C++ demo. Don't try to display two windows at the same time, since
  8. it fucks up very well.
  9.  
  10. In order to support calling from C++, I added C++ compatible prototypes
  11. to vogle.h. The only problem is that there are lots of compilation
  12. complaints  about incompatible parameters for various routines. It all
  13. seems to work though.
  14.  
  15. The driver itself is in .../drivers/ibmpc/mswinext.c. It includes support
  16. for saving/restoring VOGLE instances, which needs to be supported in VOGLE
  17. itself for it to be implemented properly.
  18.  
  19. I also changed drivers.c and makefile.win to introduce the new
  20. driver ("mswinext").
  21.  
  22.