home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15901 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!news.iastate.edu!kwj
  3. From: kwj@iastate.edu (kwj)
  4. Subject: Noseguy
  5. Message-ID: <1992Aug31.144936.18413@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames, IA
  8. Date: Mon, 31 Aug 1992 14:49:36 GMT
  9. Lines: 20
  10.  
  11. Last week, I found a cute little program written in C for X-windows
  12. called Noseguy.  Essentially, Noseguy is a sprite, composed of a nose,
  13. army boots and a hat, that walks around the screen espousing words of 
  14. wisdom.  
  15.  
  16. I would like to convert Noseguy from C into BASIC for the PC.  However, Noseguy
  17. is built around bitmaps with hexadecimal arrays {0x00,0xff, ..., 0x00}.
  18. I have figured out that each hexadecimal number, when converted to binary
  19. form, represents on/off characteristics of 8 pixels, but I do not know
  20. how to put the series of pixels together.  (Noseguy is comprised of 64 x 64
  21. pixels; the hexadecimal array is comprised of 512 numbers).
  22.  
  23. Any suggestions on how to interpret and decipher X-windows bitmaps would 
  24. be greatly appreciated.  
  25.  
  26. -- kwj
  27.  
  28.  
  29.  
  30.  
  31.