home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / forth / 3487 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!starnine!mikeh
  3. From: mikeh@starnine.com (Mike Haas)
  4. Subject: Re: Graphics (was Re: Floating Point)
  5. Message-ID: <BxMuup.Kus@starnine.com>
  6. Sender: mikeh@starnine.com (Mike Haas)
  7. Date: Fri, 13 Nov 1992 02:28:00 GMT
  8. References: <Bwqzzp.5z1@sci.kun.nl> <Bx4Cpt.87I@starnine.com> <BEVAN.92Nov3171422@hippo.cs.man.ac.uk>
  9. Organization: StarNine Technologies, Inc.
  10. Lines: 20
  11.  
  12. In article <BEVAN.92Nov3171422@hippo.cs.man.ac.uk> bevan@cs.man.ac.uk (Stephen J Bevan) writes:
  13. >In article <Bx4Cpt.87I@starnine.com> mikeh@starnine.com (Mike Haas) writes:
  14. >   This concept needs to be extended to such simple graphic concepts
  15. >   such as DrawLine(), DrawPoint(), GoTo(), etc, as well as the
  16. >   more complex needs such as 3d transformations, scaling, etc.
  17. >
  18. >I thought it already had: first there was GKS, now there is PHIGS and
  19. >RenderMan.  Whether they are quick enough (or even supported) on your
  20. >platform is another matter of course :-)
  21. >
  22. >bevan
  23.  
  24. Perhaps the best argument for not adopting a current methodology,
  25. at least to the point where it is impractical to map the decided-upon
  26. interface onto any existing underpinnings.
  27.  
  28. As an aside, I think it is interesting that Forth has no
  29. standard graphics interface, perhaps never will, and one
  30. of the most popular existing graphics languages is an interactive
  31. Forth-cousin called PostScript.
  32.