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,9d97397bba859f70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 16:03:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!newsstand.cit.cornell.edu!ngpeer.news.aol.com!newsfeed1!bredband!news.algonet.se!algonet!news-stob.telia.net!telia.net!217.209.241.173.MISMATCH!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail From: David Holm Newsgroups: comp.lang.ada Subject: Re: Ada OpenGL bindings, how to use them with gnat ? Message-ID: <20030717010405.349ead8c.david@realityrift.com> References: <4a1641ae.0307150801.71bb5d16@posting.google.com> X-Newsreader: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 16 Jul 2003 23:03:57 GMT NNTP-Posting-Host: 217.208.105.88 X-Complaints-To: abuse@telia.com X-Trace: newsc.telia.net 1058396637 217.208.105.88 (Thu, 17 Jul 2003 01:03:57 CEST) NNTP-Posting-Date: Thu, 17 Jul 2003 01:03:57 CEST Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:40362 Date: 2003-07-16T23:03:57+00:00 List-Id: Hi, I'm developing that binding. > > 1. Does anybody used the bindings with gnat ? How, and on which OS ? > I use FreeBSD and X Window. I've successfully used it with Linux, FreeBSD and MacOS X > > 2. I simple source would be nice, to build a first simple app. Try the examples that come with the code. > 3. Are there ressources for ADA opengl (Howto`s , Tutorials) ??? No, I hate writing documentation =(. But it doesn't work any different from your standard OpenGL in C so it should be fairly easy to figure out. There will be some form of documentation with the 1.0 release. //David Holm