home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / ega / egapaint.arc / EGAPAINT.DOC next >
Text File  |  1988-05-26  |  2KB  |  58 lines

  1. EGA PAINT --- by
  2.  
  3.  
  4. Jim Hudson
  5. 4600 Hillsboro Ave No
  6. New Hope, MN    55428
  7.  
  8. 612-533-4450 (evenings)
  9.  
  10.  
  11. I could not find a reasonable screen oriented graphics draw program, as well
  12. as needing practice in the 'art' of "C" programming.  So, undaunted, I set out
  13. to write my own. -------
  14.  
  15.  
  16.  
  17. AND HERE IT IS
  18.  
  19.  
  20. There are alot of negatives - it's not complete (but what is??)
  21.                               it's not well commented (but what is??)
  22.                               it doesn't zoom
  23.                               etc.
  24.                               etc.
  25.  
  26. It was compiled in large memory model with Borland's Turbo C v1.5, which
  27.     I fell in love with (Well maybe romantically involved with, after all
  28.     the nights I spent with it).
  29.  
  30. Tab spacing is set at 4.  I included a program to expand tabs to 4 spaces
  31. so the files can be converted and printed without alot of fuss.
  32.  
  33.  
  34. It was originally intended to use alot of graphics modes, but, it got to be
  35. too many variables.  You may see some indications of it now and again.
  36.  
  37. Any improvements would be greatly appreciated.  If you want to contact me,
  38. call or leave a message on this BBS.  I will be second to admit the code
  39. get alittle obscure at times and I may have to drink a bunch of scotch to
  40. get in the same mood as I wrote most of it in in order to figure it out.
  41.  
  42. The main improvements would be:
  43.  
  44.     Saving a file of drawing functions - this could then be re-read to
  45.     zoom, refresh the screen, interface with other stuff, or ???
  46.  
  47.     Color dithering to create more shades and patterns.  This would require
  48.     light sources, focal points, textures, or ???
  49.  
  50.     commenting the source -- some of the flags are not consistent
  51.  
  52. In either case here it is --- enjoy, improve, learn, complain, use
  53.  
  54.  
  55. P.S. I redesigned my kitchen with this,  I'll include some samples
  56.  
  57.  
  58.