home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / MiniGL / README < prev    next >
Encoding:
Text File  |  2000-04-11  |  1.1 KB  |  37 lines

  1. MiniGL preliminary documentation
  2. --------------------------------
  3.  
  4. MiniGL is  a  3D  API  which  is  compatible  to  OpenGL(tm).  It
  5. implements  a  subset  of  that  API  and was designed for speed,
  6. therefore it directly interfaces with  Warp3D.  This  also  means
  7. that  there  is  currently  no  software mode.
  8.  
  9. Due to the speed issues, there are certain restrictions regarding
  10. the  features  and  functions available. See the file "Functions"
  11. for documentation.
  12.  
  13.  
  14. Build instructions:
  15. -------------------
  16.  
  17. Two makefiles are provided, one for 68k, one for ppc.  Build  the
  18. library  for  a  specific processor by make -f makefile.xxx, with
  19. xxx being 68k or ppc. For StormC, just  load  the  project  files
  20. from the Build directories.
  21.  
  22. The library is build in lib resp.  libppc.  Precompiled  versions
  23. are available there.
  24.  
  25.  
  26.  
  27. Credits:
  28. --------
  29.  
  30. Author:         Hans-Jörg Frieden (Hans-JoergF@hyperion-software.de)
  31. Coauthor:       Thomas Frieden (ThomasF@hyperion-software.de)
  32.  
  33. Contributions:  Massimiliano Tretene
  34.                 Joe Sera
  35.                 Frank Wille
  36.                 Steffen Häuser
  37.