home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13372 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.1 KB

  1. Path: sparky!uunet!decwrl!contessa!mwm
  2. From: mwm@contessa.palo-alto.ca.us (Mike Meyer)
  3. Subject: Re: XSB -- modular screenblanker building kit
  4. Newsgroups: comp.sys.amiga.programmer
  5. Distribution: world
  6. References: <b16ynaq@rpi.edu> <1992Sep14.211622.28113@uwm.edu>
  7. X-NewsSoftware: Amiga Yarn 3.4, 1992/08/12 15:49:52
  8. Keywords: 
  9. Summary: 
  10. Message-ID: <mwm.1w1x@contessa.palo-alto.ca.us>
  11. Date: 15 Sep 92 02:33:53 PST
  12. Organization: Missionaria Phonibalonica
  13. Lines: 37
  14.  
  15. In <1992Sep14.211622.28113@uwm.edu>, gblock@csd4.csd.uwm.edu (Gregory R Block) wrote:
  16. > I use XSB.  However, it's in dire need of an update, due to some buggy
  17. > coding practices in XSBCX itself.  Attempts to contact the author have
  18.  
  19. <can't say bad things about the competition :->
  20.  
  21. > There is another, if I remember correctly:  ShadowMaster was a very
  22. > good blanker system.
  23.  
  24. No, it _is_ a very good blanker system. But I'm biased, because I
  25. designed it.
  26.  
  27. XSB was apparently designed to be as flexible as possible; but it's
  28. hard to say based on the sparse documentation provided. Making the
  29. savers shared libraries is the right approach. However, it isn't
  30. trivial to write new modules for it, there is a dearth of modules, and
  31. the extra flexibility isn't used.
  32.  
  33. ShadowMaster's primary design goal was to make it as easy as possible
  34. to add functionality. As a result, blankers are _trivial_ to add.
  35. Sufficiently so that I've written graphics hacks as blankers because
  36. it's faster (a couple of hours). There are more savers in the freely
  37. distributable version of ShadowMaster (on disk fish disk 597), and ~20
  38. in the "registered" version, which also includes the random module
  39. (the reason that ShadowMaster Exists).
  40.  
  41. ShadowMaster is extensively documented, including having a
  42. professional tech writer do a once-over. If there's ever enough
  43. interest (= registrations), a second release (including more and
  44. better blankers) will be done, include a rewrite from scratch per that
  45. writers comments.  With even more interest, a rewrite that will
  46. include moving all existing blankers into a shared library format,
  47. hopefully taking advantage of the extra capabilities inherent in that
  48. structure, could get done.
  49.  
  50.     <mike
  51.  
  52.