home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 141_01 / readme.doc < prev    next >
Text File  |  1985-03-10  |  1KB  |  43 lines

  1. readme.doc
  2. Programs submitted to C Users Group, 1984 July
  3.     PM Krasno
  4.     17813 Kiowa Trail
  5.     Los Gatos, CA  95030
  6.  
  7. cmath.c    - modifications/extension to ctrig.c, clog.c 
  8. cmath.doc
  9. coeff.h - constants for above
  10. float.h
  11.  
  12. hdwlib.c - interface routines for a NewClock80 time-of-day
  13. clock.doc -  peripheral and a TMS9918 graphics display
  14. graph.doc
  15. font.def - character-set data, read by above if text mode used
  16.  
  17. pmklib.c - assorted functions, including higher-level stuff
  18. pmklib.doc -    building on hwdlib.c
  19.  
  20. fcnplot.c
  21. trigplot.c
  22. spiral.c
  23. expspi.c
  24. rose.c    - asssorted graphics demos
  25.  
  26. Note: I'm not too proud of the structure of the graphics 
  27. stuff here - it's too close to the peculiarities of one piece 
  28. of hardware. When I get time I'll probably tear it up and redo 
  29. it on the lines of GKS or CORE or NAPLPS, but for now I'd sure
  30. like to know if anyone else out there is interested!
  31.  
  32. The graphics gadget used by some of this is based on the Texas
  33. Inst TMS9918a chip - 256h x 192v pixels, 8 colors, 32 sprites,
  34. 16K local memory - there were construction articles in Byte 
  35. and 80 Micro awhile back and several companies have advertised 
  36. kits.
  37.  
  38. nsion to ctrig.c, clog.c 
  39. cmath.doc
  40. coeff.h - constants for above
  41. float.h
  42.  
  43. hdwlib.c - interface routines f