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,5114c1c6ad71f555,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-27 22:32:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news-peer-europe.sprintlink.net!news.stupi.se!news.algonet.se!algonet!news-stob.telia.net!telia.net!194.22.194.4.MISMATCH!masternews.telia.net.!newsb.telia.net.POSTED!not-for-mail From: David Holm Subject: New Ada binding to OpenGL Newsgroups: comp.lang.ada User-Agent: KNode/0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Sat, 28 Dec 2002 06:32:41 GMT NNTP-Posting-Host: 217.208.105.23 X-Complaints-To: abuse@telia.com X-Trace: newsb.telia.net 1041057161 217.208.105.23 (Sat, 28 Dec 2002 07:32:41 CET) NNTP-Posting-Date: Sat, 28 Dec 2002 07:32:41 CET Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:32352 Date: 2002-12-28T06:32:41+00:00 List-Id: Hi, as the original binding to OpenGL seems to be pretty dead (the only places to find it is in AdaSDL and GtkAda) I started a new project. My bindings are not based on the old ones. The current version is based on MesaLib 5.0. At the moment there are only thin bindings but the idea is to implement a thick binding as soon as the thin one works as it should. The binding is located here: http://adaopengl.sourceforge.net/ As I'm going away today and won't have much computer access until wednesday/thursday I released a preview version (0.1). Please look through it and send constructive feedback to me. Also check the Readme before mailing me as it contains some implementation notes I scribbled down. //David Holm