home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19654 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.4 KB

  1. Xref: sparky comp.lang.c++:19654 comp.lang.c:20003
  2. Path: sparky!uunet!usc!sdd.hp.com!nigel.msen.com!hela.iti.org!ais.org!roofus!empath
  3. Message-ID: <765365d227918t7@roofus.ann-arbor.mi.us>
  4. Date: Thursday, 21 January 1993 00:33:19 EST
  5. X-Mailer: TMail version 1.14R
  6. From: "Tim Triemstra" <empath@ais.org>
  7. Organization: Empath Software
  8. References: <1jko2nINNnmh@msuinfo.cl.msu.edu> <9302114.20944@mulga.cs.mu.OZ.AU>
  9. Subject: Re: Graphics
  10. Newsgroups: comp.lang.c++,comp.lang.c
  11. Distribution: world
  12. Lines: 43
  13.  
  14. In <9302114.20944@mulga.cs.mu.OZ.AU>, carl@montebello.ecom.unimelb.EDU.AU (Carl Brewer)  wrote:
  15.    >>I what to do some graphical programming and I want to get some comments on a 
  16.    >>couple of things. I want to you high quality graphics VGA or SVGA.
  17.    >>What is best to use for portabilty between unix and ibm compatablies?
  18.    >
  19.    >write 2 different programmes ... it's not possible ...
  20.    >
  21.    >>I have use Xview for but I believe this is exclusive to X windows.
  22.    >>What is exactly is motiff?
  23.    >
  24.    >unfortunatly it is popular ...
  25.    >
  26.    >>I have used Devguide which quote skelton code for GUI's is there ay thing like 
  27.    >>aviable as sharewhere?
  28.    >>What did the best way to create motion?
  29.    >
  30.    >get a book on graphics in C ....
  31.  
  32. That was a pretty harsh response there guy.  An answer to the original 
  33. question is :  it is damn tough to do, or even more expensive to buy.  
  34. However, it is possible.
  35.  
  36. Your biggest problem will be, even if you can get a portable enough graphics
  37. library, is getting a good C/C++ compiler to run the same main code under
  38. DOS as UNIX etc...  However, I'd look into some of the GUI toolkits, unless
  39. optimized speed for animation and such is required.  In which case, you
  40. kinda are screwed into doing it yourself.  Unfortunately, the rule of thumb
  41. is that if it is portable, it must be slow enough to pick up and move.
  42.  
  43. You may want to try a program called StarView.  It is an expensive GUI tool-
  44. kit for many platforms, although I believe it is in C++ (could be wrong.)
  45. It may also not support 256color graphicsm but I do know it works under
  46. DOS, Windows and UNIX (plus a couple other platforms specific to UNIX.)
  47.  
  48. Good luck and read alot of Dr. Dobbs Journal advertisement pages.
  49.  
  50. Tim.
  51.  
  52. -------------------------------------------------------
  53. | When the end comes, there will be two men standing: |
  54. |   Me, and the guy I gotta kill.   - Gosh I'm EVIL   |
  55. ------ Tim Triemstra ------------- empath@ais.org -----
  56.