home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / 16557 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.6 KB  |  56 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!news.csuohio.edu!knuth.cba.csuohio.edu!max
  3. From: max@knuth.cba.csuohio.edu (Max Polk)
  4. Subject: Re: Idea for a program + New idea regarding X-windows for the ST
  5. Message-ID: <1992Nov12.185857.13280@news.csuohio.edu>
  6. Sender: news@news.csuohio.edu (USENET News System)
  7. Organization: Cleveland State University
  8. Date: Thu, 12 Nov 1992 18:58:57 GMT
  9. Lines: 45
  10.  
  11. Gerald Greenberg writes:
  12. >Here's an idea for all you programmers out there...what about
  13. >a program that will allow one to control another computer,
  14. >remotely via a modem?
  15.  
  16. I have a variation on this idea that I believe is fantastic and achievable:
  17.  
  18. We have terminals.  They were designed to read and write text
  19. characters that would control the host.  You can edit text, run
  20. programs, transfer files, and so on.
  21.  
  22. Terminals got better.  They did fancy escape sequences so that you
  23. could clear portions of the screen, use scrolling on portions of the
  24. screen, and even process special characters, some of which were
  25. "line-drawing" characters to make boxes and lines.  This is like the
  26. VT52, VT100, etc.
  27.  
  28. Terminals got even better.  They began to use graphics escape sequences
  29. to draw lines from any point to any other point, mix it with text,
  30. scale and rotate the text, etc, as early as the VT125, and Tektronix.
  31.  
  32. Now we are at a day when many personal computers can emulate terminals,
  33. and we have workstations networked together instead of a central
  34. computer with dumb terminals.  Furthermore, we have X-windows and such
  35. where you can open up any number of windows on a workstation where each
  36. window represents a terminal, a game board, a picture, a notebook, a
  37. drawing tablet, or basically anything you want.
  38.  
  39. Because X-windows is free from M.I.T., and because it is so successful,
  40. and because it is so flexible, and popular, I suggest that we implement
  41. X-windows for the ST (and other computers as well).
  42.  
  43. X-windows function calls are standard, and there would be compatibility
  44. between any system (you could paint a picture with the same commands on
  45. an ST as well as a PC as well as a DECstations 3100).  Because it can
  46. be implemented via modem (I know, modems are quite slow when it comes
  47. to drawing graphics remotely), you could call up a host, and it would
  48. run it's chess program on your screen: you enter the keystrokes or
  49. mouse clicks, and it draws on your screen the results.
  50.  
  51. If you could define a chess "font", where the letter "A" is really a
  52. pawn, where the letter "B" is really a knight, etc., then the host
  53. running your chess game need only send 64 characters to completely
  54. describe the board.  In this case, fantastic graphics via modem is
  55. achievable.
  56.