home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8039 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.1 KB  |  50 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!srg!enewton
  3. From: enewton@uucp (Eric Newton x2092)
  4. Subject: Re: InterViews
  5. Reply-To: uunet.uu.net!srg!enewton
  6. Organization: means "in a rut"
  7. Date: 12 Aug 92 15:59:32
  8. Message-ID: <ENEWTON.92Aug12155932@vega.uucp>
  9. In-Reply-To: u906400@franklin.cc.utas.edu.au's message of Tue, 11 Aug 1992 09:39:26 GMT
  10. References: <u906400.713525966@franklin>
  11. Sender: news@srg.srg.af.mil (Usenet news user)
  12. Lines: 36
  13.  
  14.    I've just completed porting InterViews to Linux and it appears to work.
  15.    So who else is interested?  You'll need 24Mb of swap + physical memory
  16.    to compile the brute.  It's actually quite interesting watching 16Mb
  17.    of available memory slowly being removed.
  18.  
  19. You only need that much memory to compile one file.  If you don't need
  20. tiff support, you don't have to compile that file, and you don't need
  21. so much space.
  22.  
  23.    It is quite slow, however my video card is only an ET3000 and I'd be
  24.    interested to find out how it runs with a quicker video card.
  25.    The speed could also be due to my 386-33.
  26.  
  27. The problem is that the coordinate space of InterViews is stored in
  28. floats.  If you don't have an FPU, then InterViews is slow.  I have
  29. rewritten the Coord typedef to be a class definition that implements
  30. fixed point numbers in a 32 bit integer.  This has really made things
  31. faster.  I will probably do the same thing for colors, since they are
  32. also defined as floats.
  33.  
  34.    All I have to do now is work out how to create shared libraries.
  35.    Considering the Interviews library is 1.4Mb and the Unidraw library is
  36.    1.7Mb I wouldn't particularly like to have to statically link the
  37.    programs if it is avoidable.
  38.  
  39. This would be nice if you run several version of the programs at once,
  40. otherwise it isn't any worse than any other X windows programs.
  41.  
  42. Remember to mail to:     uunet.uu.net!srg!enewton    "The more you complain,
  43. <or>            enewton@oswego.oswego.edu    the longer God lets you
  44. <or>            newton@access.digex.com      live."
  45.     
  46. --
  47. Remember to mail to:     uunet.uu.net!srg!enewton    "The more you complain,
  48. <or>            enewton@oswego.oswego.edu    the longer God lets you
  49. <or>            newton@cme.nist.gov          live."
  50.