From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,915401dbfc4f5f7d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-13 16:25:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!spring.edu.tw!news.nctu.edu.tw!feeder.seed.net.tw!attdv1!ip.att.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: "Alfredo Macias" Newsgroups: comp.lang.ada Subject: Re: OpenGL and Ada Date: Thu, 13 Mar 2003 16:27:56 -0800 Organization: Lockheed Martin Corporation Message-ID: References: <20030313010145.2df7ea63.david@realityrift.com> NNTP-Posting-Host: 134.116.5.79 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:35303 Date: 2003-03-13T16:27:56-08:00 List-Id: Thank you ALL very much for your hints. I'm using AIX, and we are trying not to use glut or any windowing system, but to draw directly in OpenGL. My app only needs to draw lines, text and polygons, so I'm doing ok with those. However, I'd like to be able to display a picture as my splash screen, but not sure if it can be done without glut or any other windowing system, which we will not be installed in the target machine to save space. Thank you all again "David Holm" wrote in message news:20030313010145.2df7ea63.david@realityrift.com... > On Tue, 11 Mar 2003 08:10:53 -0800 > "Alfredo Macias" wrote: > > > Can someone point out any sources for examples on OpenGL in Ada? > > I've been trying to display a picture using OpenGL in an Ada program. > > (I'm using OpenGL directly because no windowing is to be used in my program) > > Thank you. > > Try my OpenGL-binding at http://adaopengl.sf.net/ > > //David Holm