home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16745 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.1 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!news
  2. From: ib@ivan.asd.sgi.com (Ivan Bach)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: GL subwindows
  5. Message-ID: <1992Nov22.192823.10547@odin.corp.sgi.com>
  6. Date: 22 Nov 92 19:28:23 GMT
  7. Sender: news@odin.corp.sgi.com (Net News)
  8. Organization: Silicon Graphics, Inc., Mountain View, CA
  9. Lines: 17
  10. Nntp-Posting-Host: ivan.asd.sgi.com
  11.  
  12. In article <24106@hacgate.SCG.HAC.COM> lee@turbo4.rsg.hac.com (C. Lee) writes:
  13. > Is there any sample code around
  14. If you install the subsystem dev.sw.giftsbasic, you can look at the programs
  15. mix.c and mix2.c in the directory: 
  16.  
  17.     /usr/people/4Dgifts/examples/GLX/gl-Xlib
  18.  
  19. The program mix.c opens a top-level X window, and then creates four GL 
  20. windows as children of the X window.  The program mix2.c opens a top-level
  21. X window, and then creates six GL windows as children of the X window.
  22.  
  23. Some of what you are asking about is covered in the Window Manager Programming
  24. part of an SGI course called GL Programming 1.  When you attend that course,
  25. you get the source code for many sample GL programs, including a program 
  26. called multiwin.c, and you can ask questions about GL programming.
  27.  
  28. Ivan Bach, ib@sgi.com
  29.